org.apache.openejb.jee.wls
Class StatelessSessionDescriptor

java.lang.Object
  extended by org.apache.openejb.jee.wls.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>
 


Field Summary
protected  String id
           
protected  Pool pool
           
protected  StatelessClustering statelessClustering
           
protected  TimerDescriptor timerDescriptor
           
 
Constructor Summary
StatelessSessionDescriptor()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 Pool getPool()
          Gets the value of the pool property.
 StatelessClustering getStatelessClustering()
          Gets the value of the statelessClustering property.
 TimerDescriptor getTimerDescriptor()
          Gets the value of the timerDescriptor property.
 void setId(String value)
          Sets the value of the id property.
 void setPool(Pool value)
          Sets the value of the pool property.
 void setStatelessClustering(StatelessClustering value)
          Sets the value of the statelessClustering property.
 void setTimerDescriptor(TimerDescriptor value)
          Sets the value of the timerDescriptor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pool

protected Pool pool

timerDescriptor

protected TimerDescriptor timerDescriptor

statelessClustering

protected StatelessClustering statelessClustering

id

protected String id
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

getStatelessClustering

public StatelessClustering getStatelessClustering()
Gets the value of the statelessClustering property.

Returns:
possible object is StatelessClustering

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


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