|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployableMonitor | |
---|---|
org.codehaus.cargo.container.deployer | |
org.codehaus.cargo.container.spi.deployer |
Uses of DeployableMonitor in org.codehaus.cargo.container.deployer |
---|
Classes in org.codehaus.cargo.container.deployer that implement DeployableMonitor | |
---|---|
class |
URLDeployableMonitor
Monitor that verifies if a Deployable is
deployed by pinging a URL provided by the user. |
Methods in org.codehaus.cargo.container.deployer with parameters of type DeployableMonitor | |
---|---|
void |
Deployer.deploy(Deployable deployable,
DeployableMonitor monitor)
Deploy a Deployable to the running container and make it available for requests. |
void |
Deployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a Deployable to the running container. |
Uses of DeployableMonitor in org.codehaus.cargo.container.spi.deployer |
---|
Methods in org.codehaus.cargo.container.spi.deployer with parameters of type DeployableMonitor | |
---|---|
void |
AbstractDeployer.deploy(Deployable deployable,
DeployableMonitor monitor)
Deploy a Deployable to the running container and make it available for requests. |
void |
AbstractDeployer.undeploy(Deployable deployable,
DeployableMonitor monitor)
Undeploy a Deployable to the running container. |
Constructors in org.codehaus.cargo.container.spi.deployer with parameters of type DeployableMonitor | |
---|---|
DeployerWatchdog(DeployableMonitor monitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |