Class ContainerConfiguration


  • public class ContainerConfiguration
    extends Object
    • 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
      • instancePool

        protected String instancePool
      • instanceCache

        protected String instanceCache
      • persistenceManager

        protected String persistenceManager
      • webClassLoader

        protected String webClassLoader
      • lockingPolicy

        protected String lockingPolicy
      • commitOption

        protected String commitOption
      • optiondRefreshRate

        protected String optiondRefreshRate
      • securityDomain

        protected String securityDomain
    • 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
      • 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
      • setContainerCacheConf

        public void setContainerCacheConf​(ContainerCacheConf value)
        Sets the value of the containerCacheConf property.
        Parameters:
        value - allowed object is ContainerCacheConf
      • 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