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

Packages that use HostConfig
com.caucho.server.admin   
com.caucho.server.cluster   
com.caucho.server.host   
 

Uses of HostConfig in com.caucho.server.admin
 

Methods in com.caucho.server.admin that return HostConfig
 HostConfig Management.getHostConfig()
           
 

Uses of HostConfig in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster with parameters of type HostConfig
 void ServletContainerConfig.addHost(HostConfig host)
          Adds the host.
 void ServletService.addHost(HostConfig host)
          Adds the host.
 void ServletContainerConfig.addHostDefault(HostConfig hostConfig)
          Adds a HostDefault.
 void ServletService.addHostDefault(HostConfig init)
          Adds a HostDefault.
 

Uses of HostConfig in com.caucho.server.host
 

Methods in com.caucho.server.host that return types with arguments of type HostConfig
 java.util.ArrayList<HostConfig> HostContainer.getHostDefaultList()
          Returns the list of host defaults
 

Methods in com.caucho.server.host with parameters of type HostConfig
 void HostContainer.addHost(HostConfig hostConfig)
          Adds a host.
 void HostContainer.addHostDefault(HostConfig init)
          Adds a host default
 void HostExpandDeployGenerator.addHostDefault(HostConfig config)
          Adds a default.
 

Constructors in com.caucho.server.host with parameters of type HostConfig
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.