Uses of Class
org.jboss.deployers.spi.deployer.DeploymentStage

Packages that use DeploymentStage
org.jboss.deployers.client.spi   
org.jboss.deployers.plugins.deployers   
org.jboss.deployers.plugins.main   
org.jboss.deployers.spi.deployer   
org.jboss.deployers.spi.deployer.helpers   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
 

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

Methods in org.jboss.deployers.client.spi that return DeploymentStage
 DeploymentStage DeployerClient.getDeploymentStage(String deploymentName)
          Get the deployment stage for a deployment
 

Methods in org.jboss.deployers.client.spi with parameters of type DeploymentStage
 void DeployerClient.change(String deploymentName, DeploymentStage stage)
          Change the state of a deployment
 

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

Methods in org.jboss.deployers.plugins.deployers that return DeploymentStage
 DeploymentStage DeployersImpl.getDeploymentStage(DeploymentContext context)
           
 DeploymentStage DeployerWrapper.getStage()
           
 

Methods in org.jboss.deployers.plugins.deployers with parameters of type DeploymentStage
protected  void DeployersImpl.addDeploymentStage(DeploymentStage stage)
          Add a deployment stage
 void DeployersImpl.change(DeploymentContext context, DeploymentStage stage)
           
 

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

Methods in org.jboss.deployers.plugins.main that return DeploymentStage
 DeploymentStage MainDeployerImpl.getDeploymentStage(String deploymentName)
           
 

Methods in org.jboss.deployers.plugins.main with parameters of type DeploymentStage
 void MainDeployerImpl.change(String deploymentName, DeploymentStage stage)
           
 

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

Fields in org.jboss.deployers.spi.deployer declared as DeploymentStage
static DeploymentStage DeploymentStages.CLASSLOADER
          The classloader stage - where classloaders are created
static DeploymentStage DeploymentStages.DESCRIBE
          The describe stage - where dependencies are established
static DeploymentStage DeploymentStages.INSTALLED
          The installed stage - could be used to provide valve in future?
static DeploymentStage DeploymentStages.NOT_INSTALLED
          The not installed stage - nothing is done here
static DeploymentStage DeploymentStages.PARSE
          The parse stage - where metadata is read
static DeploymentStage DeploymentStages.POST_CLASSLOADER
          The post classloader stage - e.g.
static DeploymentStage DeploymentStages.POST_PARSE
          The post parse stage - where metadata can be fixed up
static DeploymentStage DeploymentStages.PRE_DESCRIBE
          The pre describe stage - where default dependencies metadata can be created
static DeploymentStage DeploymentStages.PRE_REAL
          The pre real stage - where before real deployments are done
static DeploymentStage DeploymentStages.REAL
          The real stage - where real deployment processing is done
 

Methods in org.jboss.deployers.spi.deployer that return DeploymentStage
 DeploymentStage Deployers.getDeploymentStage(DeploymentContext context)
          Get the deployment stage for a deployment
 DeploymentStage Deployer.getStage()
          Get the deployment stage for this deployer
 

Methods in org.jboss.deployers.spi.deployer with parameters of type DeploymentStage
 void Deployers.change(DeploymentContext context, DeploymentStage stage)
          Change the state of a deployment
 

Constructors in org.jboss.deployers.spi.deployer with parameters of type DeploymentStage
DeploymentStage(String name, DeploymentStage after)
          Create a new DeploymentStage.
DeploymentStage(String name, DeploymentStage after, DeploymentStage before)
          Create a new DeploymentStage.
 

Uses of DeploymentStage in org.jboss.deployers.spi.deployer.helpers
 

Methods in org.jboss.deployers.spi.deployer.helpers that return DeploymentStage
 DeploymentStage AbstractDeployer.getStage()
           
 

Methods in org.jboss.deployers.spi.deployer.helpers with parameters of type DeploymentStage
 void AbstractDeployer.setStage(DeploymentStage stage)
          Set the stage.
 

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

Methods in org.jboss.deployers.structure.spi with parameters of type DeploymentStage
 void DeploymentContext.setRequiredStage(DeploymentStage stage)
          Set the required stage.
 void DeploymentUnit.setRequiredStage(DeploymentStage stage)
          Set the required stage.
 

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

Methods in org.jboss.deployers.structure.spi.helpers with parameters of type DeploymentStage
 void AbstractDeploymentContext.setRequiredStage(DeploymentStage stage)
           
 void AbstractDeploymentUnit.setRequiredStage(DeploymentStage stage)
           
 void ComponentDeploymentContext.setRequiredStage(DeploymentStage stage)
           
 



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