|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KnownComponentTypes
A collection of enums for the well known component types.
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 |
---|
static final String ANY
static final String XA
static final String LOCAL_TX
static final String NO_TX
static final String TX
static final String QUEUE
static final String TOPIC
static final String DURABLE
static final org.jboss.managed.api.ComponentType ANY_TYPE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |