|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions
org.jboss.metadata.ejb.jboss.ContainerConfigurationMetaData
public class ContainerConfigurationMetaData
ConfigurationMetaData.
Field Summary | |
---|---|
static String |
BMP
The standard BMP configuration |
static String |
CLUSTERED_BMP
The clustered BMP configuration |
static String |
CLUSTERED_CMP_1x
The clustered CMP1.1 configuration |
static String |
CLUSTERED_CMP_2x
The clustered CMP2 configuration |
static String |
CLUSTERED_STATEFUL
The clustered stateful session configuration |
static String |
CLUSTERED_STATELESS
The clustered stateless session configuration |
static String |
CMP_1x
The standard CMP1.1 configuration |
static String |
CMP_2x
The standard CMP2 configuration |
static String |
MESSAGE_DRIVEN
The message driven bean configuration |
static String |
MESSAGE_INFLOW_DRIVEN
The message inflow driven bean configuration |
static String |
STATEFUL
The standard Stateful session configuration |
static String |
STATELESS
The standard Stateless session configuration |
Constructor Summary | |
---|---|
ContainerConfigurationMetaData()
|
Method Summary | |
---|---|
boolean |
callLoggingWasSet()
|
boolean |
ejbStoreOnCleanWasSet()
|
ClusterConfigMetaData |
getClusterConfig()
Get the clusterConfig. |
CommitOption |
getCommitOption()
Get the commitOption. |
Element |
getContainerCacheConf()
|
Element |
getContainerInterceptors()
|
String |
getContainerName()
Get the containerName. |
Element |
getContainerPoolConf()
|
String |
getDefaultInvokerName()
Get the default invoker name |
Set<String> |
getDepends()
Get the depends. |
String |
getExtendsName()
Get the extendsName. |
String |
getInstanceCache()
Get the instanceCache. |
String |
getInstancePool()
Get the instancePool. |
Set<String> |
getInvokerProxyBindingNames()
Get the invokerProxyBindingNames. |
String |
getLockingPolicy()
Get the lockingPolicy. |
int |
getOptiondRefreshRate()
Get the optionDRefreshRate in seconds |
long |
getOptiondRefreshRateMillis()
Get the optiondRefreshRateMillis. |
String |
getPersistenceManager()
Get the persistenceManager. |
String |
getSecurityDomain()
Get the securityDomain. |
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(Element containerCacheConf)
|
void |
setContainerInterceptors(Element containerInterceptorsConf)
|
void |
setContainerName(String containerName)
Set the containerName. |
void |
setContainerPoolConf(Element containerPoolConf)
|
void |
setDepends(Set<String> depends)
Set the depends. |
void |
setEjbStoreOnClean(boolean ejbStoreOnClean)
Set the ejbStoreOnClean. |
void |
setExtendsName(String extendsName)
Set the extendsName. |
void |
setInsertAfterEjbPostCreate(boolean insertAfterEjbPostCreate)
Set the insertAfterEjbPostCreate. |
void |
setInstanceCache(String instanceCache)
Set the instanceCache. |
void |
setInstancePool(String instancePool)
Set the instancePool. |
void |
setInvokerProxyBindingNames(Set<String> invokerProxyBindingNames)
Set the invokerProxyBindingNames. |
void |
setLockingPolicy(String lockingPolicy)
Set the lockingPolicy. |
void |
setOptiondRefreshRate(int optionDRefreshRateSeconds)
Set the optiondRefreshRateMillis in seconds. |
void |
setOptiondRefreshRateMillis(long optiondRefreshRateMillis)
Set the optiondRefreshRateMillis. |
void |
setPersistenceManager(String persistenceManager)
Set the persistenceManager. |
void |
setSecurityDomain(String securityDomain)
Set the securityDomain. |
void |
setStoreNotFlushed(boolean storeNotFlushed)
Set the storeNotFlushed. |
void |
setSyncOnCommitOnly(boolean syncOnCommitOnly)
Set the syncOnCommitOnly. |
void |
setWebClassLoader(String webClassLoader)
Set the webClassLoader. |
boolean |
storeNotFlushedWasSet()
|
boolean |
syncOnCommitOnlyWasSet()
|
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions |
---|
getDescriptions, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, getName, hashCode, merge, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
---|
getKey |
Field Detail |
---|
public static final String CMP_2x
public static final String CMP_1x
public static final String BMP
public static final String STATELESS
public static final String STATEFUL
public static final String MESSAGE_DRIVEN
public static final String MESSAGE_INFLOW_DRIVEN
public static final String CLUSTERED_CMP_2x
public static final String CLUSTERED_CMP_1x
public static final String CLUSTERED_BMP
public static final String CLUSTERED_STATEFUL
public static final String CLUSTERED_STATELESS
Constructor Detail |
---|
public ContainerConfigurationMetaData()
Method Detail |
---|
public String getContainerName()
public void setContainerName(String containerName)
containerName
- the containerName.
IllegalArgumentException
- for a null containerNamepublic String getExtendsName()
public void setExtendsName(String extendsName)
extendsName
- the extendsName.
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.
IllegalArgumentException
- for a null storeNotFlushedpublic String getInstancePool()
public void setInstancePool(String instancePool)
instancePool
- the instancePool.
IllegalArgumentException
- for a null instancePoolpublic String getInstanceCache()
public void setInstanceCache(String instanceCache)
instanceCache
- the instanceCache.
IllegalArgumentException
- for a null instanceCachepublic String getPersistenceManager()
public void setPersistenceManager(String persistenceManager)
persistenceManager
- the persistenceManager.
IllegalArgumentException
- for a null persistenceManagerpublic String getWebClassLoader()
public void setWebClassLoader(String webClassLoader)
webClassLoader
- the webClassLoader.
IllegalArgumentException
- for a null webClassLoaderpublic String getLockingPolicy()
public void setLockingPolicy(String lockingPolicy)
lockingPolicy
- the lockingPolicy.
IllegalArgumentException
- for a null lockingPolicypublic String getSecurityDomain()
public void setSecurityDomain(String securityDomain)
securityDomain
- the securityDomain.
IllegalArgumentException
- for a null securityDomainpublic CommitOption getCommitOption()
public void setCommitOption(CommitOption commitOption)
commitOption
- the commitOption.
IllegalArgumentException
- for a null commitOptionpublic long getOptiondRefreshRateMillis()
public void setOptiondRefreshRateMillis(long optiondRefreshRateMillis)
optiondRefreshRateMillis
- the optiondRefreshRateMillis.
IllegalArgumentException
- if the refresh rate is not positivepublic int getOptiondRefreshRate()
public void setOptiondRefreshRate(int optionDRefreshRateSeconds)
optionDRefreshRateSeconds
- the optionDRefreshRate in seconds
IllegalArgumentException
- if the refresh rate is not positivepublic Element getContainerPoolConf()
public void setContainerPoolConf(Element containerPoolConf)
public Element getContainerCacheConf()
public void setContainerCacheConf(Element containerCacheConf)
public Element getContainerInterceptors()
public void setContainerInterceptors(Element containerInterceptorsConf)
public Set<String> getDepends()
public void setDepends(Set<String> depends)
depends
- the depends.
IllegalArgumentException
- for a null dependspublic Set<String> getInvokerProxyBindingNames()
public void setInvokerProxyBindingNames(Set<String> invokerProxyBindingNames)
invokerProxyBindingNames
- the invokerProxyBindingNames.
IllegalArgumentException
- for a null invokerProxyBindingNamespublic String getDefaultInvokerName()
IllegalStateException
- when there are no invoker proxy binding namespublic ClusterConfigMetaData getClusterConfig()
public void setClusterConfig(ClusterConfigMetaData clusterConfig)
clusterConfig
- the clusterConfig.
IllegalArgumentException
- for a null clusterConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |