Package | Description |
---|---|
com.caucho.env.deploy | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Modifier and Type | Class and Description |
---|---|
class |
DeployContainer<C extends DeployControllerApi<?>>
A container of deploy objects.
|
interface |
DeployContainerApi<C extends DeployControllerApi<?>>
A container of deploy objects.
|
class |
DeployGenerator<E extends DeployControllerApi<?>>
The generator for the deploy
|
class |
DeployListGenerator<E extends DeployControllerApi<?>>
A list of deploy objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DeployController<I extends DeployInstance>
DeployController controls the lifecycle of the DeployInstance.
|
class |
EnvironmentDeployController<I extends EnvironmentDeployInstance,C extends DeployConfig>
A deploy controller for an environment.
|
class |
ExpandDeployController<I extends DeployInstance>
A deployment entry that expands from an archive (Jar/Zip) file.
|
Modifier and Type | Method and Description |
---|---|
C[] |
DeployContainer.getControllers()
Returns the deployed entries.
|
C[] |
DeployContainerApi.getControllers()
Returns the deployed entries.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentDeployController.merge(DeployControllerApi<I> oldControllerV)
Merges with the old controller.
|
void |
DeployController.merge(DeployControllerApi<I> newController)
Merges with the new controller information
|
void |
DeployControllerApi.merge(DeployControllerApi<I> newController)
Merging the controller
|
void |
ExpandDeployController.merge(DeployControllerApi<I> newControllerV)
Merges with the new controller.
|
Modifier and Type | Class and Description |
---|---|
class |
EarDeployController
A configuration entry for an Enterprise WebApp
|
Modifier and Type | Class and Description |
---|---|
class |
HostController
A configuration entry for a host
|
Modifier and Type | Method and Description |
---|---|
void |
HostController.merge(DeployControllerApi<Host> newControllerV)
Merges with the old controller.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownWebAppController
Manages the lifecycle of a web-app.
|
class |
WebAppController
Manages the lifecycle of a web-app.
|
class |
WebAppVersioningController
A configuration entry for a versioning web-app.
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppVersioningController.merge(DeployControllerApi<WebApp> newControllerV) |