Package org.codehaus.cargo.container.deployer
-
Interface Summary Interface Description DeployableMonitor Monitor the deployment status of aDeployable.DeployableMonitorListener Listener that is triggered when the deployment status of aDeployablechanges.Deployer API to manage all deployment aspects ofDeployable: deploy, undeploy, start, stop and restart. -
Class Summary Class Description AbstractDeployableMonitor Common properties and configuration for deployable monitors.DeployerType Type of Deployer.URLDeployableMonitor Monitor that verifies if aDeployableis deployed by pinging a URL provided by the user.UrlPathDeployableMonitor Monitor that verifies if aDeployableis deployed by pinging a URL constructed from URL path (provided by the user) and other parameters provided by container configuration.