@Extension(dynamicLoadable=YES) public class ServerStateListener extends Object
| Constructor and Description |
|---|
ServerStateListener() |
| Modifier and Type | Method and Description |
|---|---|
static void |
completed() |
static void |
extensionsAugmented() |
static void |
jobLoaded() |
static void |
pluginsListed() |
static void |
pluginsPrepared() |
static void |
pluginsStarted() |
static void |
started() |
@Initializer(after=STARTED)
public static void started()
throws IOException
IOException@Initializer(after=PLUGINS_LISTED)
public static void pluginsListed()
throws IOException
IOException@Initializer(after=PLUGINS_PREPARED)
public static void pluginsPrepared()
throws IOException
IOException@Initializer(after=PLUGINS_STARTED)
public static void pluginsStarted()
throws IOException
IOException@Initializer(after=EXTENSIONS_AUGMENTED)
public static void extensionsAugmented()
throws IOException
IOException@Initializer(after=JOB_LOADED)
public static void jobLoaded()
throws IOException
IOException@Initializer(after=COMPLETED)
public static void completed()
throws IOException
IOExceptionCopyright © 2004-2014. All Rights Reserved.