public abstract class AbstractServerObject<S extends ServerContext> extends AbstractApplicationObject<S> implements ServerObject<S>
ServerContext| Constructor and Description |
|---|
AbstractServerObject(S serverCtx) |
AbstractServerObject(S serverCtx,
LogChannel logCh) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPermission(SessionId sessionId,
EspritPermission action)
Checks whether the current user has permission on this object for the given action.
|
ServerConfig |
getServerConfig() |
S |
getServerContext()
Returns the server runtime environment
|
ServerStatisticManager |
getStatisticManager() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
getApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringpublic AbstractServerObject(S serverCtx)
public AbstractServerObject(S serverCtx, LogChannel logCh)
public final S getServerContext()
ServerObjectgetServerContext in interface ServerObject<S extends ServerContext>public final ServerStatisticManager getStatisticManager()
public final ServerConfig getServerConfig()
protected void checkPermission(SessionId sessionId, EspritPermission action) throws PermissionException
PermissionControlled.PermissionExceptionpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.