Package com.caucho.server.deploy

Interface Summary
DeployControllerStrategy DeployController controls the lifecycle of the DeployInstance.
DeployInstance Abstract deployment entry.
EnvironmentDeployInstance Deployment instance handling an environment.
 

Class Summary
AbstractDeployControllerStrategy The abstract strategy implements the start, update, and stop commands which are common to all strategies.
DeployConfig The configuration for a deployable instance.
DeployContainer<C extends DeployController> A container of deploy objects.
DeployController<I extends DeployInstance> DeployController controls the lifecycle of the DeployInstance.
DeployControllerAdmin<C extends EnvironmentDeployController> A deploy controller for an environment.
DeployGenerator<E extends DeployController> The generator for the deploy
DeployGeneratorAdmin<C extends DeployGenerator>  
DeployListGenerator<E extends DeployController> A list of deploy objects.
EnvironmentDeployController<I extends EnvironmentDeployInstance,C extends DeployConfig> A deploy controller for an environment.
ExpandDeployController<I extends DeployInstance> A deployment entry that expands from an archive (Jar/Zip) file.
ExpandDeployGenerator<E extends ExpandDeployController> The generator for the deploy
ExpandDeployGeneratorAdmin<C extends ExpandDeployGenerator>  
StartAutoRedeployAutoStrategy The start-mode="automatic", redeploy-model="automatic" controller strategy.
StartAutoRedeployManualStrategy The start-mode="auto", redeploy-model="manual" controller strategy.
StartLazyRedeployAutomaticStrategy The start-mode="lazy", redeploy-model="automatic" controller strategy.
StartLazyRedeployManualStrategy The start-mode="lazy", redeploy-model="manual" controller strategy.
StartManualRedeployManualStrategy The start-mode="manual", redeploy-model="manual" controller strategy.
 

Exception Summary
DeployException Thrown during deployment