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

Packages that use ExitCode
com.caucho.boot   
com.caucho.env.shutdown   
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.server.resin
 

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