org.apache.openejb.jee.jba
Class ContainerConfiguration

java.lang.Object
  extended by org.apache.openejb.jee.jba.ContainerConfiguration

public class ContainerConfiguration
extends Object


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

_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

depends

protected List<Depends> depends
Constructor Detail

ContainerConfiguration

public ContainerConfiguration()
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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is ContainerInterceptors

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 is String

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 is String

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 is String

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 is String

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 is String

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 is ContainerCacheConf

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 is ContainerPoolConf

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 is String

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 is String

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 is String

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 is ClusterConfig

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 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



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.