Uses of Class
com.caucho.lifecycle.Lifecycle

Packages that use Lifecycle
com.caucho.env.deploy   
com.caucho.lifecycle   
com.caucho.network.listen   
com.caucho.server.webapp   
 

Uses of Lifecycle in com.caucho.env.deploy
 

Fields in com.caucho.env.deploy declared as Lifecycle
protected  Lifecycle DeployController._lifecycle
           
 

Uses of Lifecycle in com.caucho.lifecycle
 

Methods in com.caucho.lifecycle with parameters of type Lifecycle
 void Lifecycle.copyState(Lifecycle source)
          Copies from a target state.
 

Uses of Lifecycle in com.caucho.network.listen
 

Methods in com.caucho.network.listen that return Lifecycle
 Lifecycle TcpPort.getLifecycleState()
           
 

Uses of Lifecycle in com.caucho.server.webapp
 

Constructors in com.caucho.server.webapp with parameters of type Lifecycle
WebAppContainer(ServletService server, Host host, Path rootDirectory, EnvironmentClassLoader loader, Lifecycle lifecycle)
          Creates the webApp with its environment loader.