|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.StatefulSessionDescriptor
public class StatefulSessionDescriptor
Java class for stateful-session-descriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stateful-session-descriptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stateful-session-cache" type="{http://www.bea.com/ns/weblogic/90}stateful-session-cache" minOccurs="0"/>
<element name="persistent-store-dir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stateful-session-clustering" type="{http://www.bea.com/ns/weblogic/90}stateful-session-clustering" minOccurs="0"/>
<element name="allow-concurrent-calls" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="allow-remove-during-transaction" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
allowConcurrentCalls
|
protected java.lang.Boolean |
allowRemoveDuringTransaction
|
protected java.lang.String |
id
|
protected java.lang.String |
persistentStoreDir
|
protected StatefulSessionCache |
statefulSessionCache
|
protected StatefulSessionClustering |
statefulSessionClustering
|
| Constructor Summary | |
|---|---|
StatefulSessionDescriptor()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAllowConcurrentCalls()
Gets the value of the allowConcurrentCalls property. |
java.lang.Boolean |
getAllowRemoveDuringTransaction()
Gets the value of the allowRemoveDuringTransaction property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getPersistentStoreDir()
Gets the value of the persistentStoreDir property. |
StatefulSessionCache |
getStatefulSessionCache()
Gets the value of the statefulSessionCache property. |
StatefulSessionClustering |
getStatefulSessionClustering()
Gets the value of the statefulSessionClustering property. |
void |
setAllowConcurrentCalls(java.lang.Boolean value)
Sets the value of the allowConcurrentCalls property. |
void |
setAllowRemoveDuringTransaction(java.lang.Boolean value)
Sets the value of the allowRemoveDuringTransaction property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setPersistentStoreDir(java.lang.String value)
Sets the value of the persistentStoreDir property. |
void |
setStatefulSessionCache(StatefulSessionCache value)
Sets the value of the statefulSessionCache property. |
void |
setStatefulSessionClustering(StatefulSessionClustering value)
Sets the value of the statefulSessionClustering property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StatefulSessionCache statefulSessionCache
protected java.lang.String persistentStoreDir
protected StatefulSessionClustering statefulSessionClustering
protected java.lang.Boolean allowConcurrentCalls
protected java.lang.Boolean allowRemoveDuringTransaction
protected java.lang.String id
| Constructor Detail |
|---|
public StatefulSessionDescriptor()
| Method Detail |
|---|
public StatefulSessionCache getStatefulSessionCache()
StatefulSessionCachepublic void setStatefulSessionCache(StatefulSessionCache value)
value - allowed object is
StatefulSessionCachepublic java.lang.String getPersistentStoreDir()
Stringpublic void setPersistentStoreDir(java.lang.String value)
value - allowed object is
Stringpublic StatefulSessionClustering getStatefulSessionClustering()
StatefulSessionClusteringpublic void setStatefulSessionClustering(StatefulSessionClustering value)
value - allowed object is
StatefulSessionClusteringpublic java.lang.Boolean getAllowConcurrentCalls()
Booleanpublic void setAllowConcurrentCalls(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getAllowRemoveDuringTransaction()
Booleanpublic void setAllowRemoveDuringTransaction(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||