de.espirit.firstspirit.access
Interface BaseContext

All Superinterfaces:
SpecialistsBroker
All Known Subinterfaces:
PermissionServiceScriptContext, ScriptContext

public interface BaseContext
extends SpecialistsBroker

A simple base context used for firstspirit hotspots like client plugins.

Attention: This part of the API isn't released yet and may change during the ramp up time. It will be released with 4.2 Release 4.

Since:
4.2.417

Method Summary
 void logDebug(String message)
          Logs the given message as debug message.
 void logError(String message)
          Logs the given message as error message.
 void logError(String message, Throwable ex)
          Logs the given message and the trace of the throwable as error message.
 void logInfo(String message)
          Logs the given message as info message.
 void logWarning(String message)
          Logs the given message as warning.
 
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
 

Method Detail

logDebug

void logDebug(String message)
Logs the given message as debug message.

Parameters:
message - the debug message
Since:
4.2.417

logInfo

void logInfo(String message)
Logs the given message as info message.

Parameters:
message - the info message
Since:
4.2.417

logWarning

void logWarning(String message)
Logs the given message as warning.

Parameters:
message - the warn message
Since:
4.2.417

logError

void logError(String message)
Logs the given message as error message.

Parameters:
message - the error message
Since:
4.2.417

logError

void logError(String message,
              Throwable ex)
Logs the given message and the trace of the throwable as error message.

Parameters:
message - the error message
ex - the exception to log
Since:
4.2.417


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480