|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerProcess
ServerProcess An abstraction of an AS instance as run from within a dedicated / standalone Process (JVM)
Field Summary |
---|
Fields inherited from interface org.jboss.bootstrap.spi.Server |
---|
START_NOTIFICATION_TYPE, STOP_NOTIFICATION_TYPE |
Method Summary | |
---|---|
void |
exit()
Shutdown the server, the JVM and run shutdown hooks. |
void |
exit(int exitcode)
Shutdown the server, the JVM and run shutdown hooks. |
void |
halt()
Forcibly terminates the currently running Java virtual machine. |
void |
halt(int exitcode)
Forcibly terminates the currently running Java virtual machine. |
Methods inherited from interface org.jboss.bootstrap.spi.Server |
---|
getBuildDate, getBuildID, getBuildJVM, getBuildNumber, getBuildOS, getConfig, getMetaData, getStartDate, getVersion, getVersionName, getVersionNumber, init, init, isInShutdown, isStarted, shutdown, start |
Method Detail |
---|
void exit(int exitcode)
exitcode
- The exit code returned to the operating system.void exit()
void halt(int exitcode)
exitcode
- The exit code returned to the operating system.void halt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |