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 HostController
 HostController ServletService.getHostController(java.lang.String hostName, int port)
          Returns the matching servlet pattern for a URL.
 HostController[] ServletService.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(ExpandVersion version)
          Returns the current array of application entries.
 HostController HostContainer.getHostController(java.lang.String hostName, int port)
          Returns the matching host.
 HostController[] HostContainer.getHostList()
           
 

Methods in com.caucho.server.host that return types with arguments of type HostController
 DeployContainerApi<HostController> HostContainer.getHostDeployContainer()
           
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  void HostExpandDeployGenerator.mergeController(HostController controller, java.lang.String key)
          Adds configuration to the current controller
 

Method parameters in com.caucho.server.host with type arguments of type HostController
 void HostRegexpDeployGenerator.generateController(java.lang.String name, java.util.ArrayList<HostController> list)
          Returns the current array of application entries.
 void HostSingleDeployGenerator.generateController(java.lang.String name, java.util.ArrayList<HostController> list)
          Returns the current array of application entries.
 

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(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.