Uses of Class
com.caucho.server.host.HostContainer

Packages that use HostContainer
com.caucho.server.host   
 

Uses of HostContainer in com.caucho.server.host
 

Methods in com.caucho.server.host that return HostContainer
 HostContainer HostRegexpDeployGenerator.getContainer()
          Gets the application container.
 HostContainer HostSingleDeployGenerator.getContainer()
          Gets the host container.
 HostContainer HostGenerator.getContainer()
          Returns the owning container.
 HostContainer HostExpandDeployGenerator.getContainer()
          Gets the host container.
 

Methods in com.caucho.server.host with parameters of type HostContainer
 void HostRegexpDeployGenerator.setContainer(HostContainer container)
          Sets the application container.
 void HostGenerator.setContainer(HostContainer container)
          Sets the owning container.
 void HostController.setContainer(HostContainer container)
           
 

Constructors in com.caucho.server.host with parameters of type HostContainer
Host(HostContainer parent, HostController controller, java.lang.String hostName)
          Creates the webApp with its environment loader.
HostExpandDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer)
          Creates the new host deploy.
HostRegexpDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer, HostConfig config)
          Creates the new host deploy.
HostSingleDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer, HostConfig config)
          Creates the new host deploy.