Uses of Class
com.caucho.lifecycle.LifecycleState

Packages that use LifecycleState
com.caucho.env.deploy   
com.caucho.env.shutdown   
com.caucho.lifecycle   
com.caucho.server.deploy   
com.caucho.server.host   
com.caucho.server.resin   
 

Uses of LifecycleState in com.caucho.env.deploy
 

Methods in com.caucho.env.deploy that return LifecycleState
 LifecycleState DeployController.getState()
          Returns the state name.
 LifecycleState DeployControllerApi.getState()
          Returns the state name.
 LifecycleState DeployTagItem.getState()
           
 

Methods in com.caucho.env.deploy with parameters of type LifecycleState
 void DeployControllerAdmin.lifecycleEvent(LifecycleState oldState, LifecycleState newState)
           
 

Uses of LifecycleState in com.caucho.env.shutdown
 

Methods in com.caucho.env.shutdown that return LifecycleState
 LifecycleState ShutdownSystem.getLifecycleState()
          Returns the current lifecycle state.
 

Uses of LifecycleState in com.caucho.lifecycle
 

Methods in com.caucho.lifecycle that return LifecycleState
 LifecycleState Lifecycle.getState()
           
static LifecycleState LifecycleState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LifecycleState[] LifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.lifecycle with parameters of type LifecycleState
 void LifecycleListener.lifecycleEvent(LifecycleState oldState, LifecycleState newState)
           
 

Uses of LifecycleState in com.caucho.server.deploy
 

Methods in com.caucho.server.deploy that return LifecycleState
 LifecycleState DeployControllerState.getState()
           
 

Methods in com.caucho.server.deploy with parameters of type LifecycleState
 void DeployControllerState.setState(LifecycleState state)
           
 

Constructors in com.caucho.server.deploy with parameters of type LifecycleState
DeployControllerState(java.lang.String tag, LifecycleState state)
           
 

Uses of LifecycleState in com.caucho.server.host
 

Methods in com.caucho.server.host that return LifecycleState
 LifecycleState Host.getState()
           
 

Uses of LifecycleState in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return LifecycleState
 LifecycleState Resin.getLifecycleState()
          Returns the current lifecycle state.