public abstract class AbstractInitializableServerObject<S extends ServerContext> extends AbstractServerObject<S> implements Initializable
ServerContext| Constructor and Description |
|---|
AbstractInitializableServerObject(S serverCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkInitialized()
Checks whether initialization has yet been done and throws
an
NotInitializedException if not. |
boolean |
isInitialized()
Tells whether initialization has yet been done.
|
protected void |
setInitialized() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
checkPermission, getServerConfig, getServerContext, getStatisticManagergetApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitpublic AbstractInitializableServerObject(S serverCtx)
public final boolean isInitialized()
InitializableisInitialized in interface Initializableprotected void setInitialized()
public void checkInitialized()
InitializableNotInitializedException if not.checkInitialized in interface Initializablepublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class AbstractServerObject<S extends ServerContext>Copyright © 2014 EsprIT-Systems. All Rights Reserved.