java.io.Serializable, IdMetaData, MappableMetaData, WithDescriptionsContainerConfigurationMetaDataWrapperpublic class ContainerConfigurationMetaData extends NamedMetaDataWithDescriptions
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
BMP |
The standard BMP configuration
|
static java.lang.String |
CLUSTERED_BMP |
The clustered BMP configuration
|
static java.lang.String |
CLUSTERED_CMP_1x |
The clustered CMP1.1 configuration
|
static java.lang.String |
CLUSTERED_CMP_2x |
The clustered CMP2 configuration
|
static java.lang.String |
CLUSTERED_STATEFUL |
The clustered stateful session configuration
|
static java.lang.String |
CLUSTERED_STATELESS |
The clustered stateless session configuration
|
static java.lang.String |
CMP_1x |
The standard CMP1.1 configuration
|
static java.lang.String |
CMP_2x |
The standard CMP2 configuration
|
static java.lang.String |
MESSAGE_DRIVEN |
The message driven bean configuration
|
static java.lang.String |
MESSAGE_INFLOW_DRIVEN |
The message inflow driven bean configuration
|
static java.lang.String |
STATEFUL |
The standard Stateful session configuration
|
static java.lang.String |
STATELESS |
The standard Stateless session configuration
|
| Constructor | Description |
|---|---|
ContainerConfigurationMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
callLoggingWasSet() |
|
boolean |
ejbStoreOnCleanWasSet() |
|
ClusterConfigMetaData |
getClusterConfig() |
Get the clusterConfig.
|
CommitOption |
getCommitOption() |
Get the commitOption.
|
org.w3c.dom.Element |
getContainerCacheConf() |
|
org.w3c.dom.Element |
getContainerInterceptors() |
|
java.lang.String |
getContainerName() |
Get the containerName.
|
org.w3c.dom.Element |
getContainerPoolConf() |
|
java.lang.String |
getDefaultInvokerName() |
Get the default invoker name
|
java.util.Set<java.lang.String> |
getDepends() |
Get the depends.
|
java.lang.String |
getExtendsName() |
Get the extendsName.
|
java.lang.String |
getInstanceCache() |
Get the instanceCache.
|
java.lang.String |
getInstancePool() |
Get the instancePool.
|
java.util.Set<java.lang.String> |
getInvokerProxyBindingNames() |
Get the invokerProxyBindingNames.
|
java.lang.String |
getLockingPolicy() |
Get the lockingPolicy.
|
int |
getOptiondRefreshRate() |
Get the optionDRefreshRate in seconds
|
long |
getOptiondRefreshRateMillis() |
Get the optiondRefreshRateMillis.
|
java.lang.String |
getPersistenceManager() |
Get the persistenceManager.
|
java.lang.String |
getSecurityDomain() |
Get the securityDomain.
|
java.lang.String |
getWebClassLoader() |
Get the webClassLoader.
|
boolean |
insertAfterEjbPostCreateWasSet() |
|
boolean |
isCallLogging() |
Get the callLogging.
|
boolean |
isEjbStoreOnClean() |
Get the ejbStoreOnClean.
|
boolean |
isInsertAfterEjbPostCreate() |
Get the insertAfterEjbPostCreate.
|
boolean |
isStoreNotFlushed() |
Get the storeNotFlushed.
|
boolean |
isSyncOnCommitOnly() |
Get the syncOnCommitOnly.
|
void |
setCallLogging(boolean callLogging) |
Set the callLogging.
|
void |
setClusterConfig(ClusterConfigMetaData clusterConfig) |
Set the clusterConfig.
|
void |
setCommitOption(CommitOption commitOption) |
Set the commitOption.
|
void |
setContainerCacheConf(org.w3c.dom.Element containerCacheConf) |
|
void |
setContainerInterceptors(org.w3c.dom.Element containerInterceptorsConf) |
|
void |
setContainerName(java.lang.String containerName) |
Set the containerName.
|
void |
setContainerPoolConf(org.w3c.dom.Element containerPoolConf) |
|
void |
setDepends(java.util.Set<java.lang.String> depends) |
Set the depends.
|
void |
setEjbStoreOnClean(boolean ejbStoreOnClean) |
Set the ejbStoreOnClean.
|
void |
setExtendsName(java.lang.String extendsName) |
Set the extendsName.
|
void |
setInsertAfterEjbPostCreate(boolean insertAfterEjbPostCreate) |
Set the insertAfterEjbPostCreate.
|
void |
setInstanceCache(java.lang.String instanceCache) |
Set the instanceCache.
|
void |
setInstancePool(java.lang.String instancePool) |
Set the instancePool.
|
void |
setInvokerProxyBindingNames(java.util.Set<java.lang.String> invokerProxyBindingNames) |
Set the invokerProxyBindingNames.
|
void |
setLockingPolicy(java.lang.String lockingPolicy) |
Set the lockingPolicy.
|
void |
setOptiondRefreshRate(int optionDRefreshRateSeconds) |
Set the optiondRefreshRateMillis in seconds.
|
void |
setOptiondRefreshRateMillis(long optiondRefreshRateMillis) |
Set the optiondRefreshRateMillis.
|
void |
setPersistenceManager(java.lang.String persistenceManager) |
Set the persistenceManager.
|
void |
setSecurityDomain(java.lang.String securityDomain) |
Set the securityDomain.
|
void |
setStoreNotFlushed(boolean storeNotFlushed) |
Set the storeNotFlushed.
|
void |
setSyncOnCommitOnly(boolean syncOnCommitOnly) |
Set the syncOnCommitOnly.
|
void |
setWebClassLoader(java.lang.String webClassLoader) |
Set the webClassLoader.
|
boolean |
storeNotFlushedWasSet() |
|
boolean |
syncOnCommitOnlyWasSet() |
clone, getId, setIdgetKeyequals, getKey, getName, hashCode, setName, toStringgetDescriptions, setDescriptionspublic static final java.lang.String CMP_2x
public static final java.lang.String CMP_1x
public static final java.lang.String BMP
public static final java.lang.String STATELESS
public static final java.lang.String STATEFUL
public static final java.lang.String MESSAGE_DRIVEN
public static final java.lang.String MESSAGE_INFLOW_DRIVEN
public static final java.lang.String CLUSTERED_CMP_2x
public static final java.lang.String CLUSTERED_CMP_1x
public static final java.lang.String CLUSTERED_BMP
public static final java.lang.String CLUSTERED_STATEFUL
public static final java.lang.String CLUSTERED_STATELESS
public java.lang.String getContainerName()
public void setContainerName(java.lang.String containerName)
containerName - the containerName.java.lang.IllegalArgumentException - for a null containerNamepublic java.lang.String getExtendsName()
public void setExtendsName(java.lang.String extendsName)
extendsName - the extendsName.java.lang.IllegalArgumentException - for a null extendsNamepublic boolean isCallLogging()
public boolean callLoggingWasSet()
public void setCallLogging(boolean callLogging)
callLogging - the callLogging.public boolean isSyncOnCommitOnly()
public boolean syncOnCommitOnlyWasSet()
public void setSyncOnCommitOnly(boolean syncOnCommitOnly)
syncOnCommitOnly - the syncOnCommitOnly.public boolean isInsertAfterEjbPostCreate()
public boolean insertAfterEjbPostCreateWasSet()
public void setInsertAfterEjbPostCreate(boolean insertAfterEjbPostCreate)
insertAfterEjbPostCreate - the insertAfterEjbPostCreate.public boolean isEjbStoreOnClean()
public boolean ejbStoreOnCleanWasSet()
public void setEjbStoreOnClean(boolean ejbStoreOnClean)
ejbStoreOnClean - the ejbStoreOnClean.public boolean isStoreNotFlushed()
public boolean storeNotFlushedWasSet()
public void setStoreNotFlushed(boolean storeNotFlushed)
storeNotFlushed - the storeNotFlushed.java.lang.IllegalArgumentException - for a null storeNotFlushedpublic java.lang.String getInstancePool()
public void setInstancePool(java.lang.String instancePool)
instancePool - the instancePool.java.lang.IllegalArgumentException - for a null instancePoolpublic java.lang.String getInstanceCache()
public void setInstanceCache(java.lang.String instanceCache)
instanceCache - the instanceCache.java.lang.IllegalArgumentException - for a null instanceCachepublic java.lang.String getPersistenceManager()
public void setPersistenceManager(java.lang.String persistenceManager)
persistenceManager - the persistenceManager.java.lang.IllegalArgumentException - for a null persistenceManagerpublic java.lang.String getWebClassLoader()
public void setWebClassLoader(java.lang.String webClassLoader)
webClassLoader - the webClassLoader.java.lang.IllegalArgumentException - for a null webClassLoaderpublic java.lang.String getLockingPolicy()
public void setLockingPolicy(java.lang.String lockingPolicy)
lockingPolicy - the lockingPolicy.java.lang.IllegalArgumentException - for a null lockingPolicypublic java.lang.String getSecurityDomain()
public void setSecurityDomain(java.lang.String securityDomain)
securityDomain - the securityDomain.java.lang.IllegalArgumentException - for a null securityDomainpublic CommitOption getCommitOption()
public void setCommitOption(CommitOption commitOption)
commitOption - the commitOption.java.lang.IllegalArgumentException - for a null commitOptionpublic long getOptiondRefreshRateMillis()
public void setOptiondRefreshRateMillis(long optiondRefreshRateMillis)
optiondRefreshRateMillis - the optiondRefreshRateMillis.java.lang.IllegalArgumentException - if the refresh rate is not positivepublic int getOptiondRefreshRate()
public void setOptiondRefreshRate(int optionDRefreshRateSeconds)
optionDRefreshRateSeconds - the optionDRefreshRate in secondsjava.lang.IllegalArgumentException - if the refresh rate is not positivepublic org.w3c.dom.Element getContainerPoolConf()
public void setContainerPoolConf(org.w3c.dom.Element containerPoolConf)
public org.w3c.dom.Element getContainerCacheConf()
public void setContainerCacheConf(org.w3c.dom.Element containerCacheConf)
public org.w3c.dom.Element getContainerInterceptors()
public void setContainerInterceptors(org.w3c.dom.Element containerInterceptorsConf)
public java.util.Set<java.lang.String> getDepends()
public void setDepends(java.util.Set<java.lang.String> depends)
depends - the depends.java.lang.IllegalArgumentException - for a null dependspublic java.util.Set<java.lang.String> getInvokerProxyBindingNames()
public void setInvokerProxyBindingNames(java.util.Set<java.lang.String> invokerProxyBindingNames)
invokerProxyBindingNames - the invokerProxyBindingNames.java.lang.IllegalArgumentException - for a null invokerProxyBindingNamespublic java.lang.String getDefaultInvokerName()
java.lang.IllegalStateException - when there are no invoker proxy binding namespublic ClusterConfigMetaData getClusterConfig()
public void setClusterConfig(ClusterConfigMetaData clusterConfig)
clusterConfig - the clusterConfig.java.lang.IllegalArgumentException - for a null clusterConfigCopyright © 2018 JBoss by Red Hat. All rights reserved.