|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<ContainerConfigurationMetaData>
org.jboss.metadata.ConfigurationMetaData
@Deprecated public class ConfigurationMetaData
The configuration information for an EJB container.
Field Summary | |
---|---|
static byte |
A_COMMIT_OPTION
Deprecated. Commit option A |
static byte |
B_COMMIT_OPTION
Deprecated. Commit option B |
static String |
BMP_13
Deprecated. The standard BMP configuration |
static byte |
C_COMMIT_OPTION
Deprecated. Commit option C |
static String |
CLUSTERED_BMP_13
Deprecated. The clustered BMP configuration |
static String |
CLUSTERED_CMP_1x_13
Deprecated. The clustered CMP1.1 configuration |
static String |
CLUSTERED_CMP_2x_13
Deprecated. The clustered CMP2 configuration |
static String |
CLUSTERED_STATEFUL_13
Deprecated. The clustered stateful session configuration |
static String |
CLUSTERED_STATELESS
Deprecated. The clustered stateless session configuration |
static String |
CMP_1x_13
Deprecated. The standard CMP1.1 configuration |
static String |
CMP_2x_13
Deprecated. The standard CMP2 configuration |
static String[] |
commitOptionStrings
Deprecated. The commit option strings |
static byte |
D_COMMIT_OPTION
Deprecated. D_COMMIT_OPTION is a lazy load option. |
static String |
MESSAGE_DRIVEN_13
Deprecated. The message driven bean configuration |
static String |
MESSAGE_INFLOW_DRIVEN_13
Deprecated. The message inflow driven bean configuration |
static String |
STATEFUL_13
Deprecated. The standard Stateful session configuration |
static String |
STATELESS_13
Deprecated. The standard Stateless session configuration |
Fields inherited from class org.jboss.metadata.MetaData |
---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
---|---|
|
ConfigurationMetaData(ContainerConfigurationMetaData delegate)
Deprecated. Create a new ConfigurationMetaData. |
protected |
ConfigurationMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. Create a new ConfigurationMetaData. |
Method Summary | |
---|---|
static ConfigurationMetaData |
create(ContainerConfigurationMetaData delegate)
Deprecated. Create a new ConfigurationMetaData. |
boolean |
getCallLogging()
Deprecated. Get whether call logging is enabled |
ClusterConfigMetaData |
getClusterConfigMetaData()
Deprecated. Get the cluster config |
byte |
getCommitOption()
Deprecated. Get the commit option |
Element |
getContainerCacheConf()
Deprecated. |
Element |
getContainerInterceptorsConf()
Deprecated. |
Element |
getContainerPoolConf()
Deprecated. |
String |
getDefaultInvokerName()
Deprecated. Get the default invoker name |
Collection<String> |
getDepends()
Deprecated. Get the dependencies |
String |
getInstanceCache()
Deprecated. Get the instance cache |
String |
getInstancePool()
Deprecated. Get the instance pool |
String[] |
getInvokers()
Deprecated. Get the invokers |
String |
getLockClass()
Deprecated. Get the locking class |
String |
getName()
Deprecated. Get the containre name |
long |
getOptionDRefreshRate()
Deprecated. Get the option d refersh rate |
String |
getPersistenceManager()
Deprecated. Get the persistence manager |
String |
getSecurityDomain()
Deprecated. Get the security domain |
boolean |
getSyncOnCommitOnly()
Deprecated. Get whether sync on commit only is enabled |
String |
getWebClassLoader()
Deprecated. Get the web class loader |
boolean |
isEjbStoreForClean()
Deprecated. Get whether ejbStore() for not clean is enabled |
boolean |
isInsertAfterEjbPostCreate()
Deprecated. Get whether insert after ejb post create is enabled |
boolean |
isStoreNotFlushed()
Deprecated. Get whether store not flushed is enabled |
Methods inherited from class org.jboss.metadata.OldMetaData |
---|
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CMP_2x_13
public static final String CMP_1x_13
public static final String BMP_13
public static final String STATELESS_13
public static final String STATEFUL_13
public static final String MESSAGE_DRIVEN_13
public static final String MESSAGE_INFLOW_DRIVEN_13
public static final String CLUSTERED_CMP_2x_13
public static final String CLUSTERED_CMP_1x_13
public static final String CLUSTERED_BMP_13
public static final String CLUSTERED_STATEFUL_13
public static final String CLUSTERED_STATELESS
public static final byte A_COMMIT_OPTION
public static final byte B_COMMIT_OPTION
public static final byte C_COMMIT_OPTION
public static final byte D_COMMIT_OPTION
public static final String[] commitOptionStrings
Constructor Detail |
---|
public ConfigurationMetaData(ContainerConfigurationMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateprotected ConfigurationMetaData(org.jboss.metadata.spi.MetaData metaData)
metaData
- the delegate metadata
IllegalArgumentException
- for a null metaData
IllegalStateException
- if the metadata doesn't have an ContainerConfigurationMetaData
Method Detail |
---|
public static ConfigurationMetaData create(ContainerConfigurationMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegate or an unknown delegatepublic String getName()
public String getInstancePool()
public String getInstanceCache()
public String getPersistenceManager()
public String getSecurityDomain()
public String[] getInvokers()
public String getWebClassLoader()
public String getLockClass()
public Element getContainerPoolConf()
public Element getContainerCacheConf()
public String getDefaultInvokerName()
IllegalStateException
- when there are no invokerspublic Element getContainerInterceptorsConf()
public boolean getCallLogging()
public boolean getSyncOnCommitOnly()
public boolean isInsertAfterEjbPostCreate()
public boolean isEjbStoreForClean()
public boolean isStoreNotFlushed()
public byte getCommitOption()
public long getOptionDRefreshRate()
public ClusterConfigMetaData getClusterConfigMetaData()
public Collection<String> getDepends()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |