Package org.apache.openejb.jee.wls
Class StatefulSessionDescriptor
- java.lang.Object
-
- org.apache.openejb.jee.wls.StatefulSessionDescriptor
-
public class StatefulSessionDescriptor extends Object
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
Fields Modifier and Type Field Description protected BooleanallowConcurrentCallsprotected BooleanallowRemoveDuringTransactionprotected Stringidprotected StringpersistentStoreDirprotected StatefulSessionCachestatefulSessionCacheprotected StatefulSessionClusteringstatefulSessionClustering
-
Constructor Summary
Constructors Constructor Description StatefulSessionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowConcurrentCalls()Gets the value of the allowConcurrentCalls property.BooleangetAllowRemoveDuringTransaction()Gets the value of the allowRemoveDuringTransaction property.StringgetId()Gets the value of the id property.StringgetPersistentStoreDir()Gets the value of the persistentStoreDir property.StatefulSessionCachegetStatefulSessionCache()Gets the value of the statefulSessionCache property.StatefulSessionClusteringgetStatefulSessionClustering()Gets the value of the statefulSessionClustering property.voidsetAllowConcurrentCalls(Boolean value)Sets the value of the allowConcurrentCalls property.voidsetAllowRemoveDuringTransaction(Boolean value)Sets the value of the allowRemoveDuringTransaction property.voidsetId(String value)Sets the value of the id property.voidsetPersistentStoreDir(String value)Sets the value of the persistentStoreDir property.voidsetStatefulSessionCache(StatefulSessionCache value)Sets the value of the statefulSessionCache property.voidsetStatefulSessionClustering(StatefulSessionClustering value)Sets the value of the statefulSessionClustering property.
-
-
-
Field Detail
-
statefulSessionCache
protected StatefulSessionCache statefulSessionCache
-
persistentStoreDir
protected String persistentStoreDir
-
statefulSessionClustering
protected StatefulSessionClustering statefulSessionClustering
-
allowConcurrentCalls
protected Boolean allowConcurrentCalls
-
allowRemoveDuringTransaction
protected Boolean allowRemoveDuringTransaction
-
id
protected String id
-
-
Method Detail
-
getStatefulSessionCache
public StatefulSessionCache getStatefulSessionCache()
Gets the value of the statefulSessionCache property.- Returns:
- possible object is
StatefulSessionCache
-
setStatefulSessionCache
public void setStatefulSessionCache(StatefulSessionCache value)
Sets the value of the statefulSessionCache property.- Parameters:
value- allowed object isStatefulSessionCache
-
getPersistentStoreDir
public String getPersistentStoreDir()
Gets the value of the persistentStoreDir property.- Returns:
- possible object is
String
-
setPersistentStoreDir
public void setPersistentStoreDir(String value)
Sets the value of the persistentStoreDir property.- Parameters:
value- allowed object isString
-
getStatefulSessionClustering
public StatefulSessionClustering getStatefulSessionClustering()
Gets the value of the statefulSessionClustering property.- Returns:
- possible object is
StatefulSessionClustering
-
setStatefulSessionClustering
public void setStatefulSessionClustering(StatefulSessionClustering value)
Sets the value of the statefulSessionClustering property.- Parameters:
value- allowed object isStatefulSessionClustering
-
getAllowConcurrentCalls
public Boolean getAllowConcurrentCalls()
Gets the value of the allowConcurrentCalls property.- Returns:
- possible object is
Boolean
-
setAllowConcurrentCalls
public void setAllowConcurrentCalls(Boolean value)
Sets the value of the allowConcurrentCalls property.- Parameters:
value- allowed object isBoolean
-
getAllowRemoveDuringTransaction
public Boolean getAllowRemoveDuringTransaction()
Gets the value of the allowRemoveDuringTransaction property.- Returns:
- possible object is
Boolean
-
setAllowRemoveDuringTransaction
public void setAllowRemoveDuringTransaction(Boolean value)
Sets the value of the allowRemoveDuringTransaction property.- Parameters:
value- allowed object isBoolean
-
-