org.jboss.deployers.spi.deployer
Interface StandardDeployerTypes


public interface StandardDeployerTypes

Standard (known) deployment types found in the DeploymentUnit types set.

Version:
$Revision:$
Author:
Scott.Stark@jboss.org

Field Summary
static String AOP
          JBoss aop archive
static String CAR
          JavaEE client application archive
static String EAR
          JavaEE enterprise application archive
static String EJB
          JavaEE ejb generic archive
static String EJB2x
          JavaEE ejb 2.1 and earlier archive
static String EJB3x
          JavaEE ejb 3x archive
static String HAR
          JBoss hibernate archive
static String JPA
          JavaEE JPA archive
static String MCBEANS
          JBoss MC beans archive
static String OSGI_BUNDLE
          An OSGi bundle
static String RAR
          JavaEE resource adaptor archive
static String SAR
          JBoss service archive
static String SPRING
          Spring archive
static String UNSPECIFIED_TYPE
          The deployment type used if a deployer does not specify anything
 

Field Detail

EAR

static final String EAR
JavaEE enterprise application archive

See Also:
Constant Field Values

CAR

static final String CAR
JavaEE client application archive

See Also:
Constant Field Values

EJB

static final String EJB
JavaEE ejb generic archive

See Also:
Constant Field Values

EJB2x

static final String EJB2x
JavaEE ejb 2.1 and earlier archive

See Also:
Constant Field Values

EJB3x

static final String EJB3x
JavaEE ejb 3x archive

See Also:
Constant Field Values

JPA

static final String JPA
JavaEE JPA archive

See Also:
Constant Field Values

RAR

static final String RAR
JavaEE resource adaptor archive

See Also:
Constant Field Values

MCBEANS

static final String MCBEANS
JBoss MC beans archive

See Also:
Constant Field Values

SAR

static final String SAR
JBoss service archive

See Also:
Constant Field Values

HAR

static final String HAR
JBoss hibernate archive

See Also:
Constant Field Values

AOP

static final String AOP
JBoss aop archive

See Also:
Constant Field Values

SPRING

static final String SPRING
Spring archive

See Also:
Constant Field Values

OSGI_BUNDLE

static final String OSGI_BUNDLE
An OSGi bundle

See Also:
Constant Field Values

UNSPECIFIED_TYPE

static final String UNSPECIFIED_TYPE
The deployment type used if a deployer does not specify anything

See Also:
Constant Field Values


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