Package | Description |
---|---|
com.caucho.boot | |
com.caucho.env.shutdown | |
com.caucho.health.event | |
com.caucho.health.predicate | |
com.caucho.server.resin |
Modifier and Type | Method and Description |
---|---|
ExitCode |
StartInfoMessage.getPreviousExitCode() |
Constructor and Description |
---|
StartInfoMessage(boolean isRestart,
java.lang.String message,
ExitCode previousExitCode,
java.lang.String shutdownMessage) |
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
|
Modifier and Type | Method and Description |
---|---|
ExitCode |
RestartHealthEvent.getExitCode() |
Modifier and Type | Method and Description |
---|---|
void |
RestartHealthEvent.setExitCode(ExitCode exitCode) |
Constructor and Description |
---|
RestartHealthEvent(HealthService healthSystem,
java.lang.String _startMessage,
ExitCode _exitCode) |
Modifier and Type | Method and Description |
---|---|
void |
OnAbnormalStop.addNormalExitCode(ExitCode exitCode) |
Modifier and Type | Method and Description |
---|---|
void |
ProResinStartupListener.setStartInfo(boolean isRestart,
java.lang.String startMessage,
ExitCode exitCode) |
void |
StartInfoListener.setStartInfo(boolean isRestart,
java.lang.String startMessage,
ExitCode exitCode) |