public class DemoServerPlugin extends AbstractContextPlugin
INDEX_HIGH, INDEX_HIGHER, INDEX_HIGHEST, INDEX_LOW, INDEX_LOWER, INDEX_LOWEST, INDEX_NORMAL, INDEX_VERY_HIGH, INDEX_VERY_LOW| Constructor and Description |
|---|
DemoServerPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
globalInit(Context rootContext)
This method is called once during server startup.
|
void |
install(ServerContext context)
This method is called when a new server context is created or loaded upon server startup.
|
deinitialize, deinstall, deinstall, initialize, install, launch, shutdowncompareTo, createGlobalConfigContext, createGlobalConfigContext, createUserConfigContext, doStart, doStop, getDescription, getGlobalConfigContext, getId, getPluginDirector, getShortId, getSortIndex, getUserConfigContext, globalDeinit, globalStart, globalStop, setDescription, setId, setIndex, setPluginDirector, userDeinit, userInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateGlobalConfigContext, createUserConfigContext, getDescription, getGlobalConfigContext, getId, getShortId, getSortIndex, getUserConfigContext, globalDeinit, globalStart, globalStop, userDeinit, userInitpublic void globalInit(Context rootContext) throws PluginException
AggreGatePluginglobalInit in interface AggreGatePluginglobalInit in class BasePluginPluginException - If an error occurred during initializationpublic void install(ServerContext context) throws ContextException, PluginException
ContextPlugininstall in interface ContextPlugininstall in class AbstractContextPlugincontext - Server contextContextException - If some context API calls from within this method have thrown an exceptionPluginException - If plugin internal error occurred