Package org.apache.openejb.jee.wls
Class StatelessSessionDescriptor
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected Stringidprotected Poolpoolprotected StatelessClusteringstatelessClusteringprotected TimerDescriptortimerDescriptor
-
Constructor Summary
Constructors Constructor Description StatelessSessionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.PoolgetPool()Gets the value of the pool property.StatelessClusteringgetStatelessClustering()Gets the value of the statelessClustering property.TimerDescriptorgetTimerDescriptor()Gets the value of the timerDescriptor property.voidsetId(String value)Sets the value of the id property.voidsetPool(Pool value)Sets the value of the pool property.voidsetStatelessClustering(StatelessClustering value)Sets the value of the statelessClustering property.voidsetTimerDescriptor(TimerDescriptor value)Sets the value of the timerDescriptor property.
-
-
-
Field Detail
-
pool
protected Pool pool
-
timerDescriptor
protected TimerDescriptor timerDescriptor
-
statelessClustering
protected StatelessClustering statelessClustering
-
id
protected String id
-
-
Method Detail
-
setPool
public void setPool(Pool value)
Sets the value of the pool property.- Parameters:
value- allowed object isPool
-
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 isTimerDescriptor
-
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 isStatelessClustering
-
-