Class StatelessSessionDescriptor


  • public class StatelessSessionDescriptor
    extends Object

    Java class for stateless-session-descriptor complex type.

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

     <complexType name="stateless-session-descriptor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="pool" type="{http://www.bea.com/ns/weblogic/90}pool" minOccurs="0"/>
             <element name="timer-descriptor" type="{http://www.bea.com/ns/weblogic/90}timer-descriptor" minOccurs="0"/>
             <element name="stateless-clustering" type="{http://www.bea.com/ns/weblogic/90}stateless-clustering" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • StatelessSessionDescriptor

        public StatelessSessionDescriptor()
    • Method Detail

      • getPool

        public Pool getPool()
        Gets the value of the pool property.
        Returns:
        possible object is Pool
      • setPool

        public void setPool​(Pool value)
        Sets the value of the pool property.
        Parameters:
        value - allowed object is Pool
      • getTimerDescriptor

        public TimerDescriptor getTimerDescriptor()
        Gets the value of the timerDescriptor property.
        Returns:
        possible object is TimerDescriptor
      • setTimerDescriptor

        public void setTimerDescriptor​(TimerDescriptor value)
        Sets the value of the timerDescriptor property.
        Parameters:
        value - allowed object is TimerDescriptor
      • setStatelessClustering

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