Uses of Interface
org.jboss.deployers.client.spi.Deployment

Packages that use Deployment
org.jboss.deployers.client.plugins.deployment   
org.jboss.deployers.client.spi   
org.jboss.deployers.plugins.deployers   
org.jboss.deployers.plugins.main   
org.jboss.deployers.spi.deployer   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.vfs.plugins.client   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.plugins.structure.modify   
org.jboss.deployers.vfs.spi.client   
 

Uses of Deployment in org.jboss.deployers.client.plugins.deployment
 

Classes in org.jboss.deployers.client.plugins.deployment that implement Deployment
 class AbstractDeployment
          AbstractDeployment.
 

Uses of Deployment in org.jboss.deployers.client.spi
 

Methods in org.jboss.deployers.client.spi that return Deployment
 Deployment DeployerClient.getDeployment(String name)
          Get a deployment
 

Methods in org.jboss.deployers.client.spi that return types with arguments of type Deployment
 Collection<Deployment> DeployerClient.getTopLevel()
          Get the top level deployments
 

Methods in org.jboss.deployers.client.spi with parameters of type Deployment
 void DeployerClient.addDeployment(Deployment deployment)
          Add a deployment
 void DeployerClient.checkComplete(Deployment... deployment)
          Check if deployments are complete
 void DeployerClient.checkStructureComplete(Deployment... deployments)
          Check if deployments are recognized
 void DeployerClient.deploy(Deployment... deployments)
          Deploy the deployments
 boolean DeployerClient.removeDeployment(Deployment deployment)
          Remove a deployment
 void DeployerClient.undeploy(Deployment... deployments)
          Undeploy the deployments
 

Uses of Deployment in org.jboss.deployers.plugins.deployers
 

Method parameters in org.jboss.deployers.plugins.deployers with type arguments of type Deployment
 void DeployersImpl.checkComplete(Collection<DeploymentContext> errors, Collection<Deployment> missingDeployer)
           
 

Uses of Deployment in org.jboss.deployers.plugins.main
 

Methods in org.jboss.deployers.plugins.main that return Deployment
 Deployment MainDeployerImpl.getDeployment(String name)
           
 

Methods in org.jboss.deployers.plugins.main that return types with arguments of type Deployment
 Collection<Deployment> MainDeployerImpl.getMissingDeployer()
          Get missing deployers deployments.
 Collection<Deployment> MainDeployerImpl.getTopLevel()
           
 

Methods in org.jboss.deployers.plugins.main with parameters of type Deployment
 void MainDeployerImpl.addDeployment(Deployment deployment)
           
protected  void MainDeployerImpl.addDeployment(Deployment deployment, boolean addToDeploy)
          Add a deployment
 void MainDeployerImpl.checkComplete(Deployment... deployments)
           
protected  boolean MainDeployerImpl.checkExistingTopLevelDeployment(Deployment deployment, boolean addToDeploy)
          Check for existing deployment context - redeploy.
 void MainDeployerImpl.checkStructureComplete(Deployment... deployments)
           
 void MainDeployerImpl.deploy(Deployment... deployments)
           
protected  void MainDeployerImpl.determineDeploymentContext(Deployment deployment, boolean addToDeploy)
          Determine deployment context.
protected static String[] MainDeployerImpl.getDeploymentNames(Deployment... deployments)
          Get the names from deployments.
 boolean MainDeployerImpl.removeDeployment(Deployment deployment)
           
protected  boolean MainDeployerImpl.removeDeployment(Deployment deployment, boolean addToUndeploy)
          Remove a deployment by name
 void MainDeployerImpl.undeploy(Deployment... deployments)
           
 

Method parameters in org.jboss.deployers.plugins.main with type arguments of type Deployment
protected  void MainDeployerImpl.processToDeploy(Collection<Deployment> deployments)
          Process added re-deployments.
 

Uses of Deployment in org.jboss.deployers.spi.deployer
 

Method parameters in org.jboss.deployers.spi.deployer with type arguments of type Deployment
 void Deployers.checkComplete(Collection<DeploymentContext> errors, Collection<Deployment> missingDeployer)
          Check all the deployments are complete
 

Uses of Deployment in org.jboss.deployers.structure.spi
 

Methods in org.jboss.deployers.structure.spi that return Deployment
 Deployment DeploymentContext.getDeployment()
          Get the deployment (if this is a top level context)
 

Methods in org.jboss.deployers.structure.spi with parameters of type Deployment
 DeploymentContext StructuralDeployers.determineStructure(Deployment deployment)
          Determine the structure for a deployment
 DeploymentContext StructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
          Create the tree
 void StructureProcessor.prepareStructureMetaData(Deployment deployment, StructureMetaData structureMetaData)
          Prepare structure metadata.
 void DeploymentContext.setDeployment(Deployment deployment)
          Set the deployment
 

Uses of Deployment in org.jboss.deployers.structure.spi.helpers
 

Methods in org.jboss.deployers.structure.spi.helpers that return Deployment
 Deployment AbstractDeploymentContext.getDeployment()
           
 Deployment ComponentDeploymentContext.getDeployment()
           
 

Methods in org.jboss.deployers.structure.spi.helpers with parameters of type Deployment
protected  DeploymentContext AbstractStructureBuilder.createRootDeploymentContext(Deployment deployment)
          Create the root deployment context
protected  DeploymentContext AbstractStructureBuilder.createRootDeploymentContext(Deployment deployment, StructureMetaData metaData)
          Create the root deployment context
 DeploymentContext AbstractStructuralDeployers.determineStructure(Deployment deployment)
           
protected  void AbstractStructuralDeployers.determineStructure(Deployment deployment, StructureMetaData structure)
           
 DeploymentContext AbstractStructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
           
protected  void AbstractStructureBuilder.prepareStructureMetaData(Deployment deploymentContext, StructureMetaData structureMetaData)
          Prepare the structure metadata.
 void AbstractDeploymentContext.setDeployment(Deployment deployment)
           
 void ComponentDeploymentContext.setDeployment(Deployment deployment)
           
 

Uses of Deployment in org.jboss.deployers.vfs.plugins.client
 

Classes in org.jboss.deployers.vfs.plugins.client that implement Deployment
 class AbstractVFSDeployment
          AbstractVFSDeployment.
 

Uses of Deployment in org.jboss.deployers.vfs.plugins.structure
 

Methods in org.jboss.deployers.vfs.plugins.structure with parameters of type Deployment
protected  DeploymentContext VFSStructureBuilder.createRootDeploymentContext(Deployment deployment, StructureMetaData metaData)
           
protected  void VFSStructuralDeployersImpl.determineStructure(Deployment deployment, StructureMetaData structure)
           
 

Uses of Deployment in org.jboss.deployers.vfs.plugins.structure.modify
 

Methods in org.jboss.deployers.vfs.plugins.structure.modify with parameters of type Deployment
 void ModificationTypeStructureProcessor.prepareStructureMetaData(Deployment deployment, StructureMetaData structureMetaData)
           
 

Uses of Deployment in org.jboss.deployers.vfs.spi.client
 

Subinterfaces of Deployment in org.jboss.deployers.vfs.spi.client
 interface VFSDeployment
          VFSDeployment.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.