public class ContainerConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_extends |
protected java.lang.String |
callEjbStoreOnClean |
protected java.lang.String |
callLogging |
protected ClusterConfig |
clusterConfig |
protected java.lang.String |
commitOption |
protected ContainerCacheConf |
containerCacheConf |
protected ContainerInterceptors |
containerInterceptors |
protected java.lang.String |
containerName |
protected ContainerPoolConf |
containerPoolConf |
protected java.util.List<Depends> |
depends |
protected java.lang.String |
insertAfterEjbPostCreate |
protected java.lang.String |
instanceCache |
protected java.lang.String |
instancePool |
protected java.lang.String |
invokerProxyBindingName |
protected java.lang.String |
lockingPolicy |
protected java.lang.String |
optiondRefreshRate |
protected java.lang.String |
persistenceManager |
protected java.lang.String |
securityDomain |
protected java.lang.String |
storeNotFlushed |
protected java.lang.String |
syncOnCommitOnly |
protected java.lang.String |
webClassLoader |
Constructor and Description |
---|
ContainerConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCallEjbStoreOnClean()
Gets the value of the callEjbStoreOnClean property.
|
java.lang.String |
getCallLogging()
Gets the value of the callLogging property.
|
ClusterConfig |
getClusterConfig()
Gets the value of the clusterConfig property.
|
java.lang.String |
getCommitOption()
Gets the value of the commitOption property.
|
ContainerCacheConf |
getContainerCacheConf()
Gets the value of the containerCacheConf property.
|
ContainerInterceptors |
getContainerInterceptors()
Gets the value of the containerInterceptors property.
|
java.lang.String |
getContainerName()
Gets the value of the containerName property.
|
ContainerPoolConf |
getContainerPoolConf()
Gets the value of the containerPoolConf property.
|
java.util.List<Depends> |
getDepends()
Gets the value of the depends property.
|
java.lang.String |
getExtends()
Gets the value of the extends property.
|
java.lang.String |
getInsertAfterEjbPostCreate()
Gets the value of the insertAfterEjbPostCreate property.
|
java.lang.String |
getInstanceCache()
Gets the value of the instanceCache property.
|
java.lang.String |
getInstancePool()
Gets the value of the instancePool property.
|
java.lang.String |
getInvokerProxyBindingName()
Gets the value of the invokerProxyBindingName property.
|
java.lang.String |
getLockingPolicy()
Gets the value of the lockingPolicy property.
|
java.lang.String |
getOptiondRefreshRate()
Gets the value of the optiondRefreshRate property.
|
java.lang.String |
getPersistenceManager()
Gets the value of the persistenceManager property.
|
java.lang.String |
getSecurityDomain()
Gets the value of the securityDomain property.
|
java.lang.String |
getStoreNotFlushed()
Gets the value of the storeNotFlushed property.
|
java.lang.String |
getSyncOnCommitOnly()
Gets the value of the syncOnCommitOnly property.
|
java.lang.String |
getWebClassLoader()
Gets the value of the webClassLoader property.
|
void |
setCallEjbStoreOnClean(java.lang.String value)
Sets the value of the callEjbStoreOnClean property.
|
void |
setCallLogging(java.lang.String value)
Sets the value of the callLogging property.
|
void |
setClusterConfig(ClusterConfig value)
Sets the value of the clusterConfig property.
|
void |
setCommitOption(java.lang.String value)
Sets the value of the commitOption property.
|
void |
setContainerCacheConf(ContainerCacheConf value)
Sets the value of the containerCacheConf property.
|
void |
setContainerInterceptors(ContainerInterceptors value)
Sets the value of the containerInterceptors property.
|
void |
setContainerName(java.lang.String value)
Sets the value of the containerName property.
|
void |
setContainerPoolConf(ContainerPoolConf value)
Sets the value of the containerPoolConf property.
|
void |
setExtends(java.lang.String value)
Sets the value of the extends property.
|
void |
setInsertAfterEjbPostCreate(java.lang.String value)
Sets the value of the insertAfterEjbPostCreate property.
|
void |
setInstanceCache(java.lang.String value)
Sets the value of the instanceCache property.
|
void |
setInstancePool(java.lang.String value)
Sets the value of the instancePool property.
|
void |
setInvokerProxyBindingName(java.lang.String value)
Sets the value of the invokerProxyBindingName property.
|
void |
setLockingPolicy(java.lang.String value)
Sets the value of the lockingPolicy property.
|
void |
setOptiondRefreshRate(java.lang.String value)
Sets the value of the optiondRefreshRate property.
|
void |
setPersistenceManager(java.lang.String value)
Sets the value of the persistenceManager property.
|
void |
setSecurityDomain(java.lang.String value)
Sets the value of the securityDomain property.
|
void |
setStoreNotFlushed(java.lang.String value)
Sets the value of the storeNotFlushed property.
|
void |
setSyncOnCommitOnly(java.lang.String value)
Sets the value of the syncOnCommitOnly property.
|
void |
setWebClassLoader(java.lang.String value)
Sets the value of the webClassLoader property.
|
protected java.lang.String _extends
protected java.lang.String containerName
protected java.lang.String callLogging
protected java.lang.String invokerProxyBindingName
protected java.lang.String syncOnCommitOnly
protected java.lang.String insertAfterEjbPostCreate
protected java.lang.String callEjbStoreOnClean
protected java.lang.String storeNotFlushed
protected ContainerInterceptors containerInterceptors
protected java.lang.String instancePool
protected java.lang.String instanceCache
protected java.lang.String persistenceManager
protected java.lang.String webClassLoader
protected java.lang.String lockingPolicy
protected ContainerCacheConf containerCacheConf
protected ContainerPoolConf containerPoolConf
protected java.lang.String commitOption
protected java.lang.String optiondRefreshRate
protected java.lang.String securityDomain
protected ClusterConfig clusterConfig
protected java.util.List<Depends> depends
public java.lang.String getExtends()
String
public void setExtends(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContainerName()
String
public void setContainerName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCallLogging()
String
public void setCallLogging(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInvokerProxyBindingName()
String
public void setInvokerProxyBindingName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSyncOnCommitOnly()
String
public void setSyncOnCommitOnly(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInsertAfterEjbPostCreate()
String
public void setInsertAfterEjbPostCreate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCallEjbStoreOnClean()
String
public void setCallEjbStoreOnClean(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStoreNotFlushed()
String
public void setStoreNotFlushed(java.lang.String value)
value
- allowed object is
String
public ContainerInterceptors getContainerInterceptors()
ContainerInterceptors
public void setContainerInterceptors(ContainerInterceptors value)
value
- allowed object is
ContainerInterceptors
public java.lang.String getInstancePool()
String
public void setInstancePool(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInstanceCache()
String
public void setInstanceCache(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPersistenceManager()
String
public void setPersistenceManager(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWebClassLoader()
String
public void setWebClassLoader(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLockingPolicy()
String
public void setLockingPolicy(java.lang.String value)
value
- allowed object is
String
public ContainerCacheConf getContainerCacheConf()
ContainerCacheConf
public void setContainerCacheConf(ContainerCacheConf value)
value
- allowed object is
ContainerCacheConf
public ContainerPoolConf getContainerPoolConf()
ContainerPoolConf
public void setContainerPoolConf(ContainerPoolConf value)
value
- allowed object is
ContainerPoolConf
public java.lang.String getCommitOption()
String
public void setCommitOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOptiondRefreshRate()
String
public void setOptiondRefreshRate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSecurityDomain()
String
public void setSecurityDomain(java.lang.String value)
value
- allowed object is
String
public ClusterConfig getClusterConfig()
ClusterConfig
public void setClusterConfig(ClusterConfig value)
value
- allowed object is
ClusterConfig
public java.util.List<Depends> getDepends()
set
method 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 list
Depends