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 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


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


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 © 2008 JBoss Inc.. All Rights Reserved.