Class StatefulSessionDescriptor


  • public class StatefulSessionDescriptor
    extends Object

    Java class for stateful-session-descriptor complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="stateful-session-descriptor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="stateful-session-cache" type="{http://www.bea.com/ns/weblogic/90}stateful-session-cache" minOccurs="0"/>
             <element name="persistent-store-dir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="stateful-session-clustering" type="{http://www.bea.com/ns/weblogic/90}stateful-session-clustering" minOccurs="0"/>
             <element name="allow-concurrent-calls" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
             <element name="allow-remove-during-transaction" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • persistentStoreDir

        protected String persistentStoreDir
      • allowConcurrentCalls

        protected Boolean allowConcurrentCalls
      • allowRemoveDuringTransaction

        protected Boolean allowRemoveDuringTransaction
    • Constructor Detail

      • StatefulSessionDescriptor

        public StatefulSessionDescriptor()
    • Method Detail

      • setStatefulSessionCache

        public void setStatefulSessionCache​(StatefulSessionCache value)
        Sets the value of the statefulSessionCache property.
        Parameters:
        value - allowed object is StatefulSessionCache
      • getPersistentStoreDir

        public String getPersistentStoreDir()
        Gets the value of the persistentStoreDir property.
        Returns:
        possible object is String
      • setPersistentStoreDir

        public void setPersistentStoreDir​(String value)
        Sets the value of the persistentStoreDir property.
        Parameters:
        value - allowed object is String
      • getAllowConcurrentCalls

        public Boolean getAllowConcurrentCalls()
        Gets the value of the allowConcurrentCalls property.
        Returns:
        possible object is Boolean
      • setAllowConcurrentCalls

        public void setAllowConcurrentCalls​(Boolean value)
        Sets the value of the allowConcurrentCalls property.
        Parameters:
        value - allowed object is Boolean
      • getAllowRemoveDuringTransaction

        public Boolean getAllowRemoveDuringTransaction()
        Gets the value of the allowRemoveDuringTransaction property.
        Returns:
        possible object is Boolean
      • setAllowRemoveDuringTransaction

        public void setAllowRemoveDuringTransaction​(Boolean value)
        Sets the value of the allowRemoveDuringTransaction property.
        Parameters:
        value - allowed object is Boolean
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String