Package | Description |
---|---|
com.caucho.server.cluster | |
com.caucho.server.host |
Modifier and Type | Method and Description |
---|---|
HostController |
ServletService.getHostController(java.lang.String hostName,
int port)
Returns the matching servlet pattern for a URL.
|
HostController[] |
ServletService.getHostControllers()
Returns the host controllers.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
DeployContainerApi<HostController> |
HostContainer.getHostDeployContainer() |
abstract java.util.ArrayList<HostController> |
HostGenerator.getHosts()
Returns the current array of host entries.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HostExpandDeployGenerator.mergeController(HostController controller,
java.lang.String key)
Adds configuration to the current controller
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Host(HostContainer parent,
HostController controller,
java.lang.String hostName)
Creates the webApp with its environment loader.
|
HostAdmin(HostController controller)
Creates the admin.
|
Constructor and Description |
---|
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.
|