org.apache.openejb.jee.jba
Class ContainerConfiguration

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

public class ContainerConfiguration
extends java.lang.Object


Field Summary
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 Summary
ContainerConfiguration()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_extends

protected java.lang.String _extends

containerName

protected java.lang.String containerName

callLogging

protected java.lang.String callLogging

invokerProxyBindingName

protected java.lang.String invokerProxyBindingName

syncOnCommitOnly

protected java.lang.String syncOnCommitOnly

insertAfterEjbPostCreate

protected java.lang.String insertAfterEjbPostCreate

callEjbStoreOnClean

protected java.lang.String callEjbStoreOnClean

storeNotFlushed

protected java.lang.String storeNotFlushed

containerInterceptors

protected ContainerInterceptors containerInterceptors

instancePool

protected java.lang.String instancePool

instanceCache

protected java.lang.String instanceCache

persistenceManager

protected java.lang.String persistenceManager

webClassLoader

protected java.lang.String webClassLoader

lockingPolicy

protected java.lang.String lockingPolicy

containerCacheConf

protected ContainerCacheConf containerCacheConf

containerPoolConf

protected ContainerPoolConf containerPoolConf

commitOption

protected java.lang.String commitOption

optiondRefreshRate

protected java.lang.String optiondRefreshRate

securityDomain

protected java.lang.String securityDomain

clusterConfig

protected ClusterConfig clusterConfig

depends

protected java.util.List<Depends> depends
Constructor Detail

ContainerConfiguration

public ContainerConfiguration()
Method Detail

getExtends

public java.lang.String getExtends()
Gets the value of the extends property.

Returns:
possible object is String

setExtends

public void setExtends(java.lang.String value)
Sets the value of the extends property.

Parameters:
value - allowed object is String

getContainerName

public java.lang.String getContainerName()
Gets the value of the containerName property.

Returns:
possible object is String

setContainerName

public void setContainerName(java.lang.String value)
Sets the value of the containerName property.

Parameters:
value - allowed object is String

getCallLogging

public java.lang.String getCallLogging()
Gets the value of the callLogging property.

Returns:
possible object is String

setCallLogging

public void setCallLogging(java.lang.String value)
Sets the value of the callLogging property.

Parameters:
value - allowed object is String

getInvokerProxyBindingName

public java.lang.String getInvokerProxyBindingName()
Gets the value of the invokerProxyBindingName property.

Returns:
possible object is String

setInvokerProxyBindingName

public void setInvokerProxyBindingName(java.lang.String value)
Sets the value of the invokerProxyBindingName property.

Parameters:
value - allowed object is String

getSyncOnCommitOnly

public java.lang.String getSyncOnCommitOnly()
Gets the value of the syncOnCommitOnly property.

Returns:
possible object is String

setSyncOnCommitOnly

public void setSyncOnCommitOnly(java.lang.String value)
Sets the value of the syncOnCommitOnly property.

Parameters:
value - allowed object is String

getInsertAfterEjbPostCreate

public java.lang.String getInsertAfterEjbPostCreate()
Gets the value of the insertAfterEjbPostCreate property.

Returns:
possible object is String

setInsertAfterEjbPostCreate

public void setInsertAfterEjbPostCreate(java.lang.String value)
Sets the value of the insertAfterEjbPostCreate property.

Parameters:
value - allowed object is String

getCallEjbStoreOnClean

public java.lang.String getCallEjbStoreOnClean()
Gets the value of the callEjbStoreOnClean property.

Returns:
possible object is String

setCallEjbStoreOnClean

public void setCallEjbStoreOnClean(java.lang.String value)
Sets the value of the callEjbStoreOnClean property.

Parameters:
value - allowed object is String

getStoreNotFlushed

public java.lang.String getStoreNotFlushed()
Gets the value of the storeNotFlushed property.

Returns:
possible object is String

setStoreNotFlushed

public void setStoreNotFlushed(java.lang.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 java.lang.String getInstancePool()
Gets the value of the instancePool property.

Returns:
possible object is String

setInstancePool

public void setInstancePool(java.lang.String value)
Sets the value of the instancePool property.

Parameters:
value - allowed object is String

getInstanceCache

public java.lang.String getInstanceCache()
Gets the value of the instanceCache property.

Returns:
possible object is String

setInstanceCache

public void setInstanceCache(java.lang.String value)
Sets the value of the instanceCache property.

Parameters:
value - allowed object is String

getPersistenceManager

public java.lang.String getPersistenceManager()
Gets the value of the persistenceManager property.

Returns:
possible object is String

setPersistenceManager

public void setPersistenceManager(java.lang.String value)
Sets the value of the persistenceManager property.

Parameters:
value - allowed object is String

getWebClassLoader

public java.lang.String getWebClassLoader()
Gets the value of the webClassLoader property.

Returns:
possible object is String

setWebClassLoader

public void setWebClassLoader(java.lang.String value)
Sets the value of the webClassLoader property.

Parameters:
value - allowed object is String

getLockingPolicy

public java.lang.String getLockingPolicy()
Gets the value of the lockingPolicy property.

Returns:
possible object is String

setLockingPolicy

public void setLockingPolicy(java.lang.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 java.lang.String getCommitOption()
Gets the value of the commitOption property.

Returns:
possible object is String

setCommitOption

public void setCommitOption(java.lang.String value)
Sets the value of the commitOption property.

Parameters:
value - allowed object is String

getOptiondRefreshRate

public java.lang.String getOptiondRefreshRate()
Gets the value of the optiondRefreshRate property.

Returns:
possible object is String

setOptiondRefreshRate

public void setOptiondRefreshRate(java.lang.String value)
Sets the value of the optiondRefreshRate property.

Parameters:
value - allowed object is String

getSecurityDomain

public java.lang.String getSecurityDomain()
Gets the value of the securityDomain property.

Returns:
possible object is String

setSecurityDomain

public void setSecurityDomain(java.lang.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 java.util.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-2011 The Apache OpenEJB development community. All Rights Reserved.