Class Summary |
AbstractDeployActionHandler |
|
AbstractDeployControllerStrategy |
The abstract strategy implements the start, update, and stop commands which
are common to all strategies. |
AbstractDeployInstance |
The abstract deployment instance represents a deployed service like
a WebApp or a Host. |
AbstractDeployNotificationListener |
|
AbstractDeployTagListener |
Interface for NetworkDeployService tag listeners, i.e. |
AbstractUpdateListener |
Interface for NetworkDeployService update listeners, used when tags contents
are updated. |
DeployConfig |
The configuration for a deployable instance. |
DeployContainer<C extends DeployControllerApi<?>> |
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. |
DeployControllerService |
Deployment service for detecting changes in a controller, managed
by tags. |
DeployGenerator<E extends DeployControllerApi<?>> |
The generator for the deploy |
DeployGeneratorAdmin<C extends DeployGenerator> |
|
DeployListGenerator<E extends DeployControllerApi<?>> |
A list of deploy objects. |
DeployTagItem |
Interface for a service registered with the Resin Server. |
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> |
|
ExpandVersion |
|
ExpandVersionGroup |
|
RepositoryDependency |
Class for keeping track of modifications. |
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. |
VersionEntry |
|