public class StatefulSessionCache extends 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 String |
cacheType |
protected String |
id |
protected BigInteger |
idleTimeoutSeconds |
protected BigInteger |
maxBeansInCache |
protected BigInteger |
sessionTimeoutSeconds |
| Constructor and Description |
|---|
StatefulSessionCache() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheType()
Gets the value of the cacheType property.
|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.
|
BigInteger |
getMaxBeansInCache()
Gets the value of the maxBeansInCache property.
|
BigInteger |
getSessionTimeoutSeconds()
Gets the value of the sessionTimeoutSeconds property.
|
void |
setCacheType(String value)
Sets the value of the cacheType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdleTimeoutSeconds(BigInteger value)
Sets the value of the idleTimeoutSeconds property.
|
void |
setMaxBeansInCache(BigInteger value)
Sets the value of the maxBeansInCache property.
|
void |
setSessionTimeoutSeconds(BigInteger value)
Sets the value of the sessionTimeoutSeconds property.
|
protected BigInteger maxBeansInCache
protected BigInteger idleTimeoutSeconds
protected BigInteger sessionTimeoutSeconds
protected String cacheType
protected String id
public BigInteger getMaxBeansInCache()
BigIntegerpublic void setMaxBeansInCache(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getIdleTimeoutSeconds()
BigIntegerpublic void setIdleTimeoutSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getSessionTimeoutSeconds()
BigIntegerpublic void setSessionTimeoutSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic String getCacheType()
Stringpublic void setCacheType(String value)
value - allowed object is
StringCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.