| Package | Description |
|---|---|
| org.codehaus.cargo.container.deployer | |
| org.codehaus.cargo.container.spi.deployer |
| Modifier and Type | Class and Description |
|---|---|
class |
URLDeployableMonitor
Monitor that verifies if a
Deployable is deployed
by pinging a URL provided by the user. |
| Modifier and Type | Method and Description |
|---|---|
void |
Deployer.deploy(Deployable deployable,
DeployableMonitor monitor)
Deploy a
Deployable to the running container and make it available for requests. |
void |
Deployer.redeploy(Deployable deployable,
DeployableMonitor monitor)
Redeploy a
Deployable already deployed to the running container. |
void |
Deployer.start(Deployable deployable,
DeployableMonitor monitor)
Starts a
Deployable that is already deployed in the running container but that is not
servicing requests. |
void |
Deployer.stop(Deployable deployable,
DeployableMonitor monitor)
Stop a
Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
Deployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a
Deployable to the running container. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDeployer.deploy(Deployable deployable,
DeployableMonitor monitor)
Deploy a
Deployable to the running container and make it available for requests. |
void |
AbstractDeployer.redeploy(Deployable deployable,
DeployableMonitor monitor)
Redeploy a
Deployable already deployed to the running container. |
void |
AbstractDeployer.start(Deployable deployable,
DeployableMonitor monitor)
Starts a
Deployable that is already deployed in the running container but that is not
servicing requests. |
void |
AbstractDeployer.stop(Deployable deployable,
DeployableMonitor monitor)
Stop a
Deployable that is already deployed in the running container in order to
prevent it from servicing requests. |
void |
AbstractDeployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a
Deployable to the running container. |
| Constructor and Description |
|---|
DeployerWatchdog(DeployableMonitor monitor) |
Copyright © 2004-2013 Codehaus. All Rights Reserved.