public class StatelessSessionDescriptor
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected Pool |
pool |
protected StatelessClustering |
statelessClustering |
protected TimerDescriptor |
timerDescriptor |
| Constructor and Description |
|---|
StatelessSessionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.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.
|
protected Pool pool
protected TimerDescriptor timerDescriptor
protected StatelessClustering statelessClustering
protected java.lang.String id
public void setPool(Pool value)
value - allowed object is
Poolpublic TimerDescriptor getTimerDescriptor()
TimerDescriptorpublic void setTimerDescriptor(TimerDescriptor value)
value - allowed object is
TimerDescriptorpublic StatelessClustering getStatelessClustering()
StatelessClusteringpublic void setStatelessClustering(StatelessClustering value)
value - allowed object is
StatelessClusteringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String