Package org.apache.openejb.jee.jba
Class ContainerConfiguration
- java.lang.Object
-
- org.apache.openejb.jee.jba.ContainerConfiguration
-
public class ContainerConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String_extendsprotected StringcallEjbStoreOnCleanprotected StringcallLoggingprotected ClusterConfigclusterConfigprotected StringcommitOptionprotected ContainerCacheConfcontainerCacheConfprotected ContainerInterceptorscontainerInterceptorsprotected StringcontainerNameprotected ContainerPoolConfcontainerPoolConfprotected List<Depends>dependsprotected StringinsertAfterEjbPostCreateprotected StringinstanceCacheprotected StringinstancePoolprotected StringinvokerProxyBindingNameprotected StringlockingPolicyprotected StringoptiondRefreshRateprotected StringpersistenceManagerprotected StringsecurityDomainprotected StringstoreNotFlushedprotected StringsyncOnCommitOnlyprotected StringwebClassLoader
-
Constructor Summary
Constructors Constructor Description ContainerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallEjbStoreOnClean()Gets the value of the callEjbStoreOnClean property.StringgetCallLogging()Gets the value of the callLogging property.ClusterConfiggetClusterConfig()Gets the value of the clusterConfig property.StringgetCommitOption()Gets the value of the commitOption property.ContainerCacheConfgetContainerCacheConf()Gets the value of the containerCacheConf property.ContainerInterceptorsgetContainerInterceptors()Gets the value of the containerInterceptors property.StringgetContainerName()Gets the value of the containerName property.ContainerPoolConfgetContainerPoolConf()Gets the value of the containerPoolConf property.List<Depends>getDepends()Gets the value of the depends property.StringgetExtends()Gets the value of the extends property.StringgetInsertAfterEjbPostCreate()Gets the value of the insertAfterEjbPostCreate property.StringgetInstanceCache()Gets the value of the instanceCache property.StringgetInstancePool()Gets the value of the instancePool property.StringgetInvokerProxyBindingName()Gets the value of the invokerProxyBindingName property.StringgetLockingPolicy()Gets the value of the lockingPolicy property.StringgetOptiondRefreshRate()Gets the value of the optiondRefreshRate property.StringgetPersistenceManager()Gets the value of the persistenceManager property.StringgetSecurityDomain()Gets the value of the securityDomain property.StringgetStoreNotFlushed()Gets the value of the storeNotFlushed property.StringgetSyncOnCommitOnly()Gets the value of the syncOnCommitOnly property.StringgetWebClassLoader()Gets the value of the webClassLoader property.voidsetCallEjbStoreOnClean(String value)Sets the value of the callEjbStoreOnClean property.voidsetCallLogging(String value)Sets the value of the callLogging property.voidsetClusterConfig(ClusterConfig value)Sets the value of the clusterConfig property.voidsetCommitOption(String value)Sets the value of the commitOption property.voidsetContainerCacheConf(ContainerCacheConf value)Sets the value of the containerCacheConf property.voidsetContainerInterceptors(ContainerInterceptors value)Sets the value of the containerInterceptors property.voidsetContainerName(String value)Sets the value of the containerName property.voidsetContainerPoolConf(ContainerPoolConf value)Sets the value of the containerPoolConf property.voidsetExtends(String value)Sets the value of the extends property.voidsetInsertAfterEjbPostCreate(String value)Sets the value of the insertAfterEjbPostCreate property.voidsetInstanceCache(String value)Sets the value of the instanceCache property.voidsetInstancePool(String value)Sets the value of the instancePool property.voidsetInvokerProxyBindingName(String value)Sets the value of the invokerProxyBindingName property.voidsetLockingPolicy(String value)Sets the value of the lockingPolicy property.voidsetOptiondRefreshRate(String value)Sets the value of the optiondRefreshRate property.voidsetPersistenceManager(String value)Sets the value of the persistenceManager property.voidsetSecurityDomain(String value)Sets the value of the securityDomain property.voidsetStoreNotFlushed(String value)Sets the value of the storeNotFlushed property.voidsetSyncOnCommitOnly(String value)Sets the value of the syncOnCommitOnly property.voidsetWebClassLoader(String value)Sets the value of the webClassLoader property.
-
-
-
Field Detail
-
_extends
protected String _extends
-
containerName
protected String containerName
-
callLogging
protected String callLogging
-
invokerProxyBindingName
protected String invokerProxyBindingName
-
syncOnCommitOnly
protected String syncOnCommitOnly
-
insertAfterEjbPostCreate
protected String insertAfterEjbPostCreate
-
callEjbStoreOnClean
protected String callEjbStoreOnClean
-
storeNotFlushed
protected String storeNotFlushed
-
containerInterceptors
protected ContainerInterceptors containerInterceptors
-
instancePool
protected String instancePool
-
instanceCache
protected String instanceCache
-
persistenceManager
protected String persistenceManager
-
webClassLoader
protected String webClassLoader
-
lockingPolicy
protected String lockingPolicy
-
containerCacheConf
protected ContainerCacheConf containerCacheConf
-
containerPoolConf
protected ContainerPoolConf containerPoolConf
-
commitOption
protected String commitOption
-
optiondRefreshRate
protected String optiondRefreshRate
-
securityDomain
protected String securityDomain
-
clusterConfig
protected ClusterConfig clusterConfig
-
-
Method Detail
-
getExtends
public String getExtends()
Gets the value of the extends property.- Returns:
- possible object is
String
-
setExtends
public void setExtends(String value)
Sets the value of the extends property.- Parameters:
value- allowed object isString
-
getContainerName
public String getContainerName()
Gets the value of the containerName property.- Returns:
- possible object is
String
-
setContainerName
public void setContainerName(String value)
Sets the value of the containerName property.- Parameters:
value- allowed object isString
-
getCallLogging
public String getCallLogging()
Gets the value of the callLogging property.- Returns:
- possible object is
String
-
setCallLogging
public void setCallLogging(String value)
Sets the value of the callLogging property.- Parameters:
value- allowed object isString
-
getInvokerProxyBindingName
public String getInvokerProxyBindingName()
Gets the value of the invokerProxyBindingName property.- Returns:
- possible object is
String
-
setInvokerProxyBindingName
public void setInvokerProxyBindingName(String value)
Sets the value of the invokerProxyBindingName property.- Parameters:
value- allowed object isString
-
getSyncOnCommitOnly
public String getSyncOnCommitOnly()
Gets the value of the syncOnCommitOnly property.- Returns:
- possible object is
String
-
setSyncOnCommitOnly
public void setSyncOnCommitOnly(String value)
Sets the value of the syncOnCommitOnly property.- Parameters:
value- allowed object isString
-
getInsertAfterEjbPostCreate
public String getInsertAfterEjbPostCreate()
Gets the value of the insertAfterEjbPostCreate property.- Returns:
- possible object is
String
-
setInsertAfterEjbPostCreate
public void setInsertAfterEjbPostCreate(String value)
Sets the value of the insertAfterEjbPostCreate property.- Parameters:
value- allowed object isString
-
getCallEjbStoreOnClean
public String getCallEjbStoreOnClean()
Gets the value of the callEjbStoreOnClean property.- Returns:
- possible object is
String
-
setCallEjbStoreOnClean
public void setCallEjbStoreOnClean(String value)
Sets the value of the callEjbStoreOnClean property.- Parameters:
value- allowed object isString
-
getStoreNotFlushed
public String getStoreNotFlushed()
Gets the value of the storeNotFlushed property.- Returns:
- possible object is
String
-
setStoreNotFlushed
public void setStoreNotFlushed(String value)
Sets the value of the storeNotFlushed property.- Parameters:
value- allowed object isString
-
getContainerInterceptors
public ContainerInterceptors getContainerInterceptors()
Gets the value of the containerInterceptors property.- Returns:
- possible object is
ContainerInterceptors
-
setContainerInterceptors
public void setContainerInterceptors(ContainerInterceptors value)
Sets the value of the containerInterceptors property.- Parameters:
value- allowed object isContainerInterceptors
-
getInstancePool
public String getInstancePool()
Gets the value of the instancePool property.- Returns:
- possible object is
String
-
setInstancePool
public void setInstancePool(String value)
Sets the value of the instancePool property.- Parameters:
value- allowed object isString
-
getInstanceCache
public String getInstanceCache()
Gets the value of the instanceCache property.- Returns:
- possible object is
String
-
setInstanceCache
public void setInstanceCache(String value)
Sets the value of the instanceCache property.- Parameters:
value- allowed object isString
-
getPersistenceManager
public String getPersistenceManager()
Gets the value of the persistenceManager property.- Returns:
- possible object is
String
-
setPersistenceManager
public void setPersistenceManager(String value)
Sets the value of the persistenceManager property.- Parameters:
value- allowed object isString
-
getWebClassLoader
public String getWebClassLoader()
Gets the value of the webClassLoader property.- Returns:
- possible object is
String
-
setWebClassLoader
public void setWebClassLoader(String value)
Sets the value of the webClassLoader property.- Parameters:
value- allowed object isString
-
getLockingPolicy
public String getLockingPolicy()
Gets the value of the lockingPolicy property.- Returns:
- possible object is
String
-
setLockingPolicy
public void setLockingPolicy(String value)
Sets the value of the lockingPolicy property.- Parameters:
value- allowed object isString
-
getContainerCacheConf
public ContainerCacheConf getContainerCacheConf()
Gets the value of the containerCacheConf property.- Returns:
- possible object is
ContainerCacheConf
-
setContainerCacheConf
public void setContainerCacheConf(ContainerCacheConf value)
Sets the value of the containerCacheConf property.- Parameters:
value- allowed object isContainerCacheConf
-
getContainerPoolConf
public ContainerPoolConf getContainerPoolConf()
Gets the value of the containerPoolConf property.- Returns:
- possible object is
ContainerPoolConf
-
setContainerPoolConf
public void setContainerPoolConf(ContainerPoolConf value)
Sets the value of the containerPoolConf property.- Parameters:
value- allowed object isContainerPoolConf
-
getCommitOption
public String getCommitOption()
Gets the value of the commitOption property.- Returns:
- possible object is
String
-
setCommitOption
public void setCommitOption(String value)
Sets the value of the commitOption property.- Parameters:
value- allowed object isString
-
getOptiondRefreshRate
public String getOptiondRefreshRate()
Gets the value of the optiondRefreshRate property.- Returns:
- possible object is
String
-
setOptiondRefreshRate
public void setOptiondRefreshRate(String value)
Sets the value of the optiondRefreshRate property.- Parameters:
value- allowed object isString
-
getSecurityDomain
public String getSecurityDomain()
Gets the value of the securityDomain property.- Returns:
- possible object is
String
-
setSecurityDomain
public void setSecurityDomain(String value)
Sets the value of the securityDomain property.- Parameters:
value- allowed object isString
-
getClusterConfig
public ClusterConfig getClusterConfig()
Gets the value of the clusterConfig property.- Returns:
- possible object is
ClusterConfig
-
setClusterConfig
public void setClusterConfig(ClusterConfig value)
Sets the value of the clusterConfig property.- Parameters:
value- allowed object isClusterConfig
-
getDepends
public List<Depends> getDepends()
Gets the value of the depends property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the depends property. For example, to add a new item, do as follows:getDepends().add(newItem);Objects of the following type(s) are allowed in the listDepends
-
-