Uses of Class
com.caucho.env.deploy.DeployContainer

Packages that use DeployContainer
com.caucho.env.deploy   
com.caucho.server.e_app   
com.caucho.server.host   
com.caucho.server.webapp   
 

Uses of DeployContainer in com.caucho.env.deploy
 

Methods in com.caucho.env.deploy that return DeployContainer
 DeployContainer<E> DeployGenerator.getDeployContainer()
          Returns the deploy container.
 

Constructors in com.caucho.env.deploy with parameters of type DeployContainer
DeployGenerator(DeployContainer<E> container)
          Creates the deploy.
DeployListGenerator(DeployContainer<E> container)
          Creates the deploy.
ExpandDeployGenerator(java.lang.String id, DeployContainer<E> container, Path containerRootDirectory)
          Creates the deploy.
 

Uses of DeployContainer in com.caucho.server.e_app
 

Constructors in com.caucho.server.e_app with parameters of type DeployContainer
EarDeployGenerator(java.lang.String id, DeployContainer<EarDeployController> deployContainer, WebAppContainer parentContainer)
           
EarSingleDeployGenerator(DeployContainer<EarDeployController> deployContainer, WebAppContainer parentContainer, EarConfig config)
           
 

Uses of DeployContainer in com.caucho.server.host
 

Constructors in com.caucho.server.host with parameters of type DeployContainer
HostExpandDeployGenerator(java.lang.String id, DeployContainer<HostController> container, HostContainer hostContainer)
          Creates the new host deploy.
HostRegexpDeployGenerator(DeployContainer<HostController> container)
          Creates the new host deploy.
HostRegexpDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer, HostConfig config)
          Creates the new host deploy.
HostSingleDeployGenerator(DeployContainer<HostController> container)
          Creates the new host deploy.
HostSingleDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer, HostConfig config)
          Creates the new host deploy.
 

Uses of DeployContainer in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return DeployContainer
 DeployContainer<WebAppController> WebAppContainer.getWebAppGenerator()
          Returns the webApp generator
 

Constructors in com.caucho.server.webapp with parameters of type DeployContainer
WebAppEarDeployGenerator(DeployContainer<WebAppController> deployContainer, WebAppContainer container, EarDeployGenerator earDeploy)
          Creates the new host deploy.
WebAppExpandDeployGenerator(java.lang.String id, DeployContainer<WebAppController> container, WebAppContainer webAppContainer)
          Creates the new expand deploy.
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer)
          Creates the new host deploy.
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer, WebAppContainer container, WebAppConfig config)
          Creates the new host deploy.
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer)
          Creates the new host deploy.
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer, WebAppContainer container, WebAppConfig config)
          Creates the new web-app deploy.