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