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

Packages that use HostController
com.caucho.server.cluster   
com.caucho.server.host   
 

Uses of HostController in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return types with arguments of type HostController
 java.util.Collection<HostController> Server.getHostControllers()
          Returns the host controllers.
 

Uses of HostController in com.caucho.server.host
 

Methods in com.caucho.server.host that return HostController
 HostController HostExpandDeployGenerator.createController(java.lang.String name)
          Returns the current array of application entries.
 HostController HostRegexpDeployGenerator.generateController(java.lang.String name)
          Returns the current array of application entries.
 HostController HostSingleDeployGenerator.generateController(java.lang.String name)
          Returns the current array of application entries.
protected  HostController HostController.merge(HostController newController)
          Merges two entries.
 HostController HostSingleDeployGenerator.mergeController(HostController controller, java.lang.String name)
          Merges the controllers.
protected  HostController HostExpandDeployGenerator.mergeController(HostController controller, java.lang.String key)
          Adds configuration to the current controller
 

Methods in com.caucho.server.host that return types with arguments of type HostController
 java.util.ArrayList<HostController> HostContainer.getHostList()
           
abstract  java.util.ArrayList<HostController> HostGenerator.getHosts()
          Returns the current array of host entries.
 

Methods in com.caucho.server.host with parameters of type HostController
protected  HostController HostController.merge(HostController newController)
          Merges two entries.
 HostController HostSingleDeployGenerator.mergeController(HostController controller, java.lang.String name)
          Merges the controllers.
protected  HostController HostExpandDeployGenerator.mergeController(HostController controller, java.lang.String key)
          Adds configuration to the current controller
 

Constructors in com.caucho.server.host with parameters of type HostController
Host(HostContainer parent, HostController controller, java.lang.String hostName)
          Creates the webApp with its environment loader.
HostAdmin(HostController controller)
          Creates the admin.
 

Constructor parameters in com.caucho.server.host with type arguments of type HostController
HostExpandDeployGenerator(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.