|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.StatelessSessionDescriptor
public class StatelessSessionDescriptor
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 |
|---|
protected Pool pool
protected TimerDescriptor timerDescriptor
protected StatelessClustering statelessClustering
protected String id
| Constructor Detail |
|---|
public StatelessSessionDescriptor()
| Method Detail |
|---|
public Pool getPool()
Poolpublic 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 String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||