public interface ServerProcess extends Server
START_NOTIFICATION_TYPE, STOP_NOTIFICATION_TYPE| Modifier and Type | Method and Description |
|---|---|
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.
|
getBuildDate, getBuildID, getBuildJVM, getBuildNumber, getBuildOS, getConfig, getMetaData, getStartDate, getVersion, getVersionName, getVersionNumber, init, init, isInShutdown, isStarted, shutdown, startvoid 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()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.