org.jboss.deployers.spi.management
Interface KnownComponentTypes


public interface KnownComponentTypes

A collection of enums for the well known component types.

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

Nested Class Summary
static class KnownComponentTypes.ConnectionFactoryTypes
          Enums for generic ConnectionFactory types
static class KnownComponentTypes.DataSourceTypes
          Enums for the DataSource types
static class KnownComponentTypes.EJB
          Enums for the EJB/{StatelessSession,StatefulSession,Entity,MDB} types
static class KnownComponentTypes.JMSDestination
          Enums for the JMSDestination/{Queue,Topic,DurableTopic} types
static class KnownComponentTypes.MBean
          Enums for the MBean/{Dynamic,Standard,Model,Open,Persistent,XMBean} types
static class KnownComponentTypes.MCBean
          Enums for the MCBean types
static class KnownComponentTypes.Server
          Enums for Server component types
static class KnownComponentTypes.Web
          Enums for the web component types
 
Field Summary
static String ANY
           
static org.jboss.managed.api.ComponentType ANY_TYPE
          A component type that should match any other
static String DURABLE
           
static String LOCAL_TX
           
static String NO_TX
           
static String QUEUE
           
static String TOPIC
           
static String TX
           
static String XA
           
 

Field Detail

ANY

static final String ANY
See Also:
Constant Field Values

XA

static final String XA
See Also:
Constant Field Values

LOCAL_TX

static final String LOCAL_TX
See Also:
Constant Field Values

NO_TX

static final String NO_TX
See Also:
Constant Field Values

TX

static final String TX
See Also:
Constant Field Values

QUEUE

static final String QUEUE
See Also:
Constant Field Values

TOPIC

static final String TOPIC
See Also:
Constant Field Values

DURABLE

static final String DURABLE
See Also:
Constant Field Values

ANY_TYPE

static final org.jboss.managed.api.ComponentType ANY_TYPE
A component type that should match any other



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