|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.ContainerConfiguration
public class ContainerConfiguration
Field Summary | |
---|---|
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 Summary | |
---|---|
ContainerConfiguration()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
protected List<Depends> depends
Constructor Detail |
---|
public ContainerConfiguration()
Method Detail |
---|
public String getExtends()
String
public void setExtends(String value)
value
- allowed object is
String
public String getContainerName()
String
public void setContainerName(String value)
value
- allowed object is
String
public String getCallLogging()
String
public void setCallLogging(String value)
value
- allowed object is
String
public String getInvokerProxyBindingName()
String
public void setInvokerProxyBindingName(String value)
value
- allowed object is
String
public String getSyncOnCommitOnly()
String
public void setSyncOnCommitOnly(String value)
value
- allowed object is
String
public String getInsertAfterEjbPostCreate()
String
public void setInsertAfterEjbPostCreate(String value)
value
- allowed object is
String
public String getCallEjbStoreOnClean()
String
public void setCallEjbStoreOnClean(String value)
value
- allowed object is
String
public String getStoreNotFlushed()
String
public void setStoreNotFlushed(String value)
value
- allowed object is
String
public ContainerInterceptors getContainerInterceptors()
ContainerInterceptors
public void setContainerInterceptors(ContainerInterceptors value)
value
- allowed object is
ContainerInterceptors
public String getInstancePool()
String
public void setInstancePool(String value)
value
- allowed object is
String
public String getInstanceCache()
String
public void setInstanceCache(String value)
value
- allowed object is
String
public String getPersistenceManager()
String
public void setPersistenceManager(String value)
value
- allowed object is
String
public String getWebClassLoader()
String
public void setWebClassLoader(String value)
value
- allowed object is
String
public String getLockingPolicy()
String
public void setLockingPolicy(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 String getCommitOption()
String
public void setCommitOption(String value)
value
- allowed object is
String
public String getOptiondRefreshRate()
String
public void setOptiondRefreshRate(String value)
value
- allowed object is
String
public String getSecurityDomain()
String
public void setSecurityDomain(String value)
value
- allowed object is
String
public ClusterConfig getClusterConfig()
ClusterConfig
public void setClusterConfig(ClusterConfig value)
value
- allowed object is
ClusterConfig
public List<Depends> getDepends()
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 a 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |