public class ServerImpl extends AbstractServerImpl implements MCServer
| Modifier and Type | Field and Description |
|---|---|
static String |
BOOTSTRAP_XML_NAME
The bootstrap file
|
logSTART_NOTIFICATION_TYPE, STOP_NOTIFICATION_TYPE| Constructor and Description |
|---|
ServerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doShutdown()
Override to perform the shutdown
|
protected void |
doStart(org.jboss.util.StopWatch watch)
Override to perform the start operations
|
Map<String,org.jboss.kernel.spi.deployment.KernelDeployment> |
getDeployments()
Get the kernel deployments
|
org.jboss.kernel.Kernel |
getKernel()
Get the kernel
|
addBootstrap, exit, exit, getBuildDate, getBuildID, getBuildJVM, getBuildNumber, getBuildOS, getConfig, getMetaData, getStartDate, getVersion, getVersionName, getVersionNumber, halt, halt, init, init, isInShutdown, isStarted, removeBootstrap, runFinalization, runGarbageCollector, setMetaData, shutdown, shutdownServer, start, traceInstructions, traceMethodCallsaddNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBuildDate, getBuildID, getBuildJVM, getBuildNumber, getBuildOS, getConfig, getMetaData, getStartDate, getVersion, getVersionName, getVersionNumber, init, init, isInShutdown, isStarted, shutdown, startremoveNotificationListeneraddNotificationListener, getNotificationInfo, removeNotificationListenerpublic static String BOOTSTRAP_XML_NAME
public org.jboss.kernel.Kernel getKernel()
public Map<String,org.jboss.kernel.spi.deployment.KernelDeployment> getDeployments()
getDeployments in interface MCServerprotected void doStart(org.jboss.util.StopWatch watch)
throws Throwable
AbstractServerImpldoStart in class AbstractServerImplwatch - the stop watchThrowable - for any errorprotected void doShutdown()
AbstractServerImpldoShutdown in class AbstractServerImplCopyright © 2012 JBoss by Red Hat. All Rights Reserved.