|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployControllerApi | |
---|---|
com.caucho.env.deploy | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Uses of DeployControllerApi in com.caucho.env.deploy |
---|
Classes in com.caucho.env.deploy with type parameters of type DeployControllerApi | |
---|---|
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. |
Classes in com.caucho.env.deploy that implement DeployControllerApi | |
---|---|
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. |
Methods in com.caucho.env.deploy that return DeployControllerApi | |
---|---|
C[] |
DeployContainer.getControllers()
Returns the deployed entries. |
C[] |
DeployContainerApi.getControllers()
Returns the deployed entries. |
Methods in com.caucho.env.deploy with parameters of type DeployControllerApi | |
---|---|
void |
DeployController.merge(DeployControllerApi<I> newController)
Merges with the new controller information |
void |
DeployControllerApi.merge(DeployControllerApi<I> newController)
Merging the controller |
void |
EnvironmentDeployController.merge(DeployControllerApi<I> oldControllerV)
Merges with the old controller. |
void |
ExpandDeployController.merge(DeployControllerApi<I> newControllerV)
Merges with the new controller. |
Uses of DeployControllerApi in com.caucho.server.e_app |
---|
Classes in com.caucho.server.e_app that implement DeployControllerApi | |
---|---|
class |
EarDeployController
A configuration entry for an Enterprise WebApp |
Uses of DeployControllerApi in com.caucho.server.host |
---|
Classes in com.caucho.server.host that implement DeployControllerApi | |
---|---|
class |
HostController
A configuration entry for a host |
Methods in com.caucho.server.host with parameters of type DeployControllerApi | |
---|---|
void |
HostController.merge(DeployControllerApi<Host> newControllerV)
Merges with the old controller. |
Uses of DeployControllerApi in com.caucho.server.webapp |
---|
Classes in com.caucho.server.webapp that implement DeployControllerApi | |
---|---|
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. |
Methods in com.caucho.server.webapp with parameters of type DeployControllerApi | |
---|---|
void |
WebAppVersioningController.merge(DeployControllerApi<WebApp> newControllerV)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |