Uses of Interface
org.codehaus.cargo.container.deployer.DeployableMonitor

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.
 

Constructors in org.codehaus.cargo.container.spi.deployer with parameters of type DeployableMonitor
DeployerWatchdog(DeployableMonitor monitor)
           
 



Copyright © 2004-2009 Codehaus. All Rights Reserved.