Uses of Interface
org.codehaus.cargo.container.deployable.Deployable

Packages that use Deployable
org.codehaus.cargo.container.configuration   
org.codehaus.cargo.container.deployable   
org.codehaus.cargo.container.deployer   
org.codehaus.cargo.container.spi.configuration   
org.codehaus.cargo.container.spi.deployable   
org.codehaus.cargo.container.spi.deployer   
 

Uses of Deployable in org.codehaus.cargo.container.configuration
 

Methods in org.codehaus.cargo.container.configuration with parameters of type Deployable
 void LocalConfiguration.addDeployable(Deployable deployable)
          Deploy a Deployable in the container.
 

Uses of Deployable in org.codehaus.cargo.container.deployable
 

Classes in org.codehaus.cargo.container.deployable that implement Deployable
 class EAR
          Wraps an EAR file that will be deployed in the container.
 class EJB
          Wraps an EJB JAR file that will be deployed in the container.
 class WAR
          Wraps a WAR file that will be deployed in the container.
 

Uses of Deployable in org.codehaus.cargo.container.deployer
 

Methods in org.codehaus.cargo.container.deployer with parameters of type Deployable
 void Deployer.deploy(Deployable deployable)
          Deploy a Deployable to the running container and make it available for requests.
 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)
          Redeploy a Deployable already deployed to the running container.
 void Deployer.start(Deployable deployable)
          Starts a Deployable that is already deployed in the running container but that is not servicing requests.
 void Deployer.stop(Deployable deployable)
          Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
 void Deployer.undeploy(Deployable deployable)
          Undeploy a Deployable from the running container.
 

Uses of Deployable in org.codehaus.cargo.container.spi.configuration
 

Methods in org.codehaus.cargo.container.spi.configuration with parameters of type Deployable
 void AbstractLocalConfiguration.addDeployable(Deployable newDeployable)
          Deploy a Deployable in the container.
 

Uses of Deployable in org.codehaus.cargo.container.spi.deployable
 

Classes in org.codehaus.cargo.container.spi.deployable that implement Deployable
 class AbstractDeployable
          Common class for easy Deployable implementations.
 

Uses of Deployable in org.codehaus.cargo.container.spi.deployer
 

Methods in org.codehaus.cargo.container.spi.deployer with parameters of type Deployable
protected  boolean AbstractCopyingInstalledLocalDeployer.canBeDeployed(Deployable newDeployable)
          Checks whether the given Deployable can actually be deployed and whether a deployable has a web context path that already exist in another previously deployed Deployable.
 void AbstractDeployer.deploy(Deployable deployable)
          Deploy a Deployable to the running container and make it available for requests.
 void AbstractCopyingInstalledLocalDeployer.deploy(Deployable deployable)
          Deploy a Deployable to the running container and make it available for requests.
 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)
          Redeploy a Deployable already deployed to the running container.
 void AbstractDeployer.start(Deployable deployable)
          Starts a Deployable that is already deployed in the running container but that is not servicing requests.
 void AbstractDeployer.stop(Deployable deployable)
          Stop a Deployable that is already deployed in the running container in order to prevent it from servicing requests.
 void AbstractDeployer.undeploy(Deployable deployable)
          Undeploy a Deployable from the running container.
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.