| Package | Description |
|---|---|
| com.caucho.env.shutdown |
| Modifier and Type | Method and Description |
|---|---|
ExitCode |
ShutdownSystem.getExitCode() |
static ExitCode |
ExitCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExitCode[] |
ExitCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShutdownSystem.shutdown(ExitCode exitCode,
java.lang.String msg)
Start the server shutdown
|
static void |
ShutdownSystem.shutdownActive(ExitCode exitCode,
java.lang.String msg)
Start the server shutdown
|