org.jboss.deployers.spi.deployer
Interface DeploymentStages


public interface DeploymentStages

The Standard DeploymentStages.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

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

Field Detail

NOT_INSTALLED

static final DeploymentStage NOT_INSTALLED
The not installed stage - nothing is done here


PARSE

static final DeploymentStage PARSE
The parse stage - where metadata is read


POST_PARSE

static final DeploymentStage POST_PARSE
The post parse stage - where metadata can be fixed up


PRE_DESCRIBE

static final DeploymentStage PRE_DESCRIBE
The pre describe stage - where default dependencies metadata can be created


DESCRIBE

static final DeploymentStage DESCRIBE
The describe stage - where dependencies are established


CLASSLOADER

static final DeploymentStage CLASSLOADER
The classloader stage - where classloaders are created


POST_CLASSLOADER

static final DeploymentStage POST_CLASSLOADER
The post classloader stage - e.g. aop


PRE_REAL

static final DeploymentStage PRE_REAL
The pre real stage - where before real deployments are done


REAL

static final DeploymentStage REAL
The real stage - where real deployment processing is done


INSTALLED

static final DeploymentStage INSTALLED
The installed stage - could be used to provide valve in future?



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