public class StatefulSessionCache
extends java.lang.Object
Java class for stateful-session-cache complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stateful-session-cache"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="max-beans-in-cache" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="idle-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="session-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="cache-type" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
cacheType |
protected java.lang.String |
id |
protected java.math.BigInteger |
idleTimeoutSeconds |
protected java.math.BigInteger |
maxBeansInCache |
protected java.math.BigInteger |
sessionTimeoutSeconds |
Constructor and Description |
---|
StatefulSessionCache() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheType()
Gets the value of the cacheType property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.
|
java.math.BigInteger |
getMaxBeansInCache()
Gets the value of the maxBeansInCache property.
|
java.math.BigInteger |
getSessionTimeoutSeconds()
Gets the value of the sessionTimeoutSeconds property.
|
void |
setCacheType(java.lang.String value)
Sets the value of the cacheType property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIdleTimeoutSeconds(java.math.BigInteger value)
Sets the value of the idleTimeoutSeconds property.
|
void |
setMaxBeansInCache(java.math.BigInteger value)
Sets the value of the maxBeansInCache property.
|
void |
setSessionTimeoutSeconds(java.math.BigInteger value)
Sets the value of the sessionTimeoutSeconds property.
|
protected java.math.BigInteger maxBeansInCache
protected java.math.BigInteger idleTimeoutSeconds
protected java.math.BigInteger sessionTimeoutSeconds
protected java.lang.String cacheType
protected java.lang.String id
public java.math.BigInteger getMaxBeansInCache()
BigInteger
public void setMaxBeansInCache(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getIdleTimeoutSeconds()
BigInteger
public void setIdleTimeoutSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getSessionTimeoutSeconds()
BigInteger
public void setSessionTimeoutSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getCacheType()
String
public void setCacheType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String