|
|||||||||||
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. |
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.
Waits for the Deployable to be fully deployed before returning. |
Constructors in org.codehaus.cargo.container.spi.deployer with parameters of type DeployableMonitor | |
DeployerWatchdog(DeployableMonitor monitor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |