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

Packages that use DeploymentStage
org.jboss.deployers.spi.deployer   
org.jboss.deployers.spi.deployer.helpers   
 

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.REAL
          The real stage - where real deployment processing is done
 

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

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.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.