Uses of Class
com.caucho.env.shutdown.ExitCode

Packages that use ExitCode
com.caucho.boot   
com.caucho.env.shutdown   
com.caucho.health.event   
com.caucho.health.predicate   
com.caucho.server.resin   
 

Uses of ExitCode in com.caucho.boot
 

Methods in com.caucho.boot that return ExitCode
 ExitCode StartInfoMessage.getPreviousExitCode()
           
 

Constructors in com.caucho.boot with parameters of type ExitCode
StartInfoMessage(boolean isRestart, java.lang.String message, ExitCode previousExitCode, java.lang.String shutdownMessage)
           
 

Uses of ExitCode in com.caucho.env.shutdown
 

Methods in com.caucho.env.shutdown that return ExitCode
 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.
 

Methods in com.caucho.env.shutdown with parameters of type ExitCode
 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
 

Uses of ExitCode in com.caucho.health.event
 

Methods in com.caucho.health.event that return ExitCode
 ExitCode RestartHealthEvent.getExitCode()
           
 

Methods in com.caucho.health.event with parameters of type ExitCode
 void RestartHealthEvent.setExitCode(ExitCode exitCode)
           
 

Constructors in com.caucho.health.event with parameters of type ExitCode
RestartHealthEvent(HealthService healthSystem, java.lang.String _startMessage, ExitCode _exitCode)
           
 

Uses of ExitCode in com.caucho.health.predicate
 

Methods in com.caucho.health.predicate with parameters of type ExitCode
 void OnAbnormalStop.addNormalExitCode(ExitCode exitCode)
           
 

Uses of ExitCode in com.caucho.server.resin
 

Methods in com.caucho.server.resin with parameters of type ExitCode
 void ProResinStartupListener.setStartInfo(boolean isRestart, java.lang.String startMessage, ExitCode exitCode)
           
 void StartInfoListener.setStartInfo(boolean isRestart, java.lang.String startMessage, ExitCode exitCode)