org.jboss.metadata
Class ConfigurationMetaData

java.lang.Object
  extended by org.jboss.metadata.MetaData
      extended by org.jboss.metadata.OldMetaData<ContainerConfigurationMetaData>
          extended by org.jboss.metadata.ConfigurationMetaData
All Implemented Interfaces:
Cloneable, XmlLoadable

Deprecated.

@Deprecated
public class ConfigurationMetaData
extends OldMetaData<ContainerConfigurationMetaData>

The configuration information for an EJB container.

Version:
$Revision: 44055 $
Author:
Sebastien Alborini, Scott Stark, Christoph G. Jung, Adrian Brock

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 org.jboss.metadata.MetaData
clone, getChildrenByTagName, getElementAttribute, getElementAttribute, getElementContent, getElementContent, getElementContent, getFirstElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CMP_2x_13

public static final String CMP_2x_13
Deprecated. 
The standard CMP2 configuration

See Also:
Constant Field Values

CMP_1x_13

public static final String CMP_1x_13
Deprecated. 
The standard CMP1.1 configuration

See Also:
Constant Field Values

BMP_13

public static final String BMP_13
Deprecated. 
The standard BMP configuration

See Also:
Constant Field Values

STATELESS_13

public static final String STATELESS_13
Deprecated. 
The standard Stateless session configuration

See Also:
Constant Field Values

STATEFUL_13

public static final String STATEFUL_13
Deprecated. 
The standard Stateful session configuration

See Also:
Constant Field Values

MESSAGE_DRIVEN_13

public static final String MESSAGE_DRIVEN_13
Deprecated. 
The message driven bean configuration

See Also:
Constant Field Values

MESSAGE_INFLOW_DRIVEN_13

public static final String MESSAGE_INFLOW_DRIVEN_13
Deprecated. 
The message inflow driven bean configuration

See Also:
Constant Field Values

CLUSTERED_CMP_2x_13

public static final String CLUSTERED_CMP_2x_13
Deprecated. 
The clustered CMP2 configuration

See Also:
Constant Field Values

CLUSTERED_CMP_1x_13

public static final String CLUSTERED_CMP_1x_13
Deprecated. 
The clustered CMP1.1 configuration

See Also:
Constant Field Values

CLUSTERED_BMP_13

public static final String CLUSTERED_BMP_13
Deprecated. 
The clustered BMP configuration

See Also:
Constant Field Values

CLUSTERED_STATEFUL_13

public static final String CLUSTERED_STATEFUL_13
Deprecated. 
The clustered stateful session configuration

See Also:
Constant Field Values

CLUSTERED_STATELESS

public static final String CLUSTERED_STATELESS
Deprecated. 
The clustered stateless session configuration

See Also:
Constant Field Values

A_COMMIT_OPTION

public static final byte A_COMMIT_OPTION
Deprecated. 
Commit option A

See Also:
Constant Field Values

B_COMMIT_OPTION

public static final byte B_COMMIT_OPTION
Deprecated. 
Commit option B

See Also:
Constant Field Values

C_COMMIT_OPTION

public static final byte C_COMMIT_OPTION
Deprecated. 
Commit option C

See Also:
Constant Field Values

D_COMMIT_OPTION

public static final byte D_COMMIT_OPTION
Deprecated. 
D_COMMIT_OPTION is a lazy load option. By default it synchronizes every 30 seconds

See Also:
Constant Field Values

commitOptionStrings

public static final String[] commitOptionStrings
Deprecated. 
The commit option strings

Constructor Detail

ConfigurationMetaData

public ConfigurationMetaData(ContainerConfigurationMetaData delegate)
Deprecated. 
Create a new ConfigurationMetaData.

Parameters:
delegate - the delegate
Throws:
IllegalArgumentException - for a null delegate

ConfigurationMetaData

protected ConfigurationMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. 
Create a new ConfigurationMetaData.

Parameters:
metaData - the delegate metadata
Throws:
IllegalArgumentException - for a null metaData
IllegalStateException - if the metadata doesn't have an ContainerConfigurationMetaData
Method Detail

create

public static ConfigurationMetaData create(ContainerConfigurationMetaData delegate)
Deprecated. 
Create a new ConfigurationMetaData.

Parameters:
delegate - the delegate
Returns:
the metadata
Throws:
IllegalArgumentException - for a null delegate or an unknown delegate

getName

public String getName()
Deprecated. 
Get the containre name

Returns:
the container name

getInstancePool

public String getInstancePool()
Deprecated. 
Get the instance pool

Returns:
the data or null if there isn't one

getInstanceCache

public String getInstanceCache()
Deprecated. 
Get the instance cache

Returns:
the data or null if there isn't one

getPersistenceManager

public String getPersistenceManager()
Deprecated. 
Get the persistence manager

Returns:
the data or null if there isn't one

getSecurityDomain

public String getSecurityDomain()
Deprecated. 
Get the security domain

Returns:
the data or null if there isn't one

getInvokers

public String[] getInvokers()
Deprecated. 
Get the invokers

Returns:
the invokers

getWebClassLoader

public String getWebClassLoader()
Deprecated. 
Get the web class loader

Returns:
the data or null if there isn't one

getLockClass

public String getLockClass()
Deprecated. 
Get the locking class

Returns:
the data or null if there isn't one

getContainerPoolConf

public Element getContainerPoolConf()
Deprecated. 

getContainerCacheConf

public Element getContainerCacheConf()
Deprecated. 

getDefaultInvokerName

public String getDefaultInvokerName()
Deprecated. 
Get the default invoker name

Returns:
the default invoker
Throws:
IllegalStateException - when there are no invokers

getContainerInterceptorsConf

public Element getContainerInterceptorsConf()
Deprecated. 

getCallLogging

public boolean getCallLogging()
Deprecated. 
Get whether call logging is enabled

Returns:
true for enabled

getSyncOnCommitOnly

public boolean getSyncOnCommitOnly()
Deprecated. 
Get whether sync on commit only is enabled

Returns:
true for enabled

isInsertAfterEjbPostCreate

public boolean isInsertAfterEjbPostCreate()
Deprecated. 
Get whether insert after ejb post create is enabled

Returns:
true for enabled

isEjbStoreForClean

public boolean isEjbStoreForClean()
Deprecated. 
Get whether ejbStore() for not clean is enabled

Returns:
true for enabled

isStoreNotFlushed

public boolean isStoreNotFlushed()
Deprecated. 
Get whether store not flushed is enabled

Returns:
true for enabled

getCommitOption

public byte getCommitOption()
Deprecated. 
Get the commit option

Returns:
the commit option

getOptionDRefreshRate

public long getOptionDRefreshRate()
Deprecated. 
Get the option d refersh rate

Returns:
the option d refresh rate

getClusterConfigMetaData

public ClusterConfigMetaData getClusterConfigMetaData()
Deprecated. 
Get the cluster config

Returns:
the cluster config

getDepends

public Collection<String> getDepends()
Deprecated. 
Get the dependencies

Returns:
the dependencies


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