Class SessionConfig
- java.lang.Object
-
- com.aspectran.core.util.apon.AbstractParameters
-
- com.aspectran.core.context.config.SessionConfig
-
- All Implemented Interfaces:
Parameters
public class SessionConfig extends AbstractParameters
-
-
Constructor Summary
Constructors Constructor Description SessionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionFileStoreConfig
getFileStoreConfig()
java.lang.String
getStoreType()
int
getTimeout()
boolean
hasTimeout()
SessionFileStoreConfig
newFileStoreConfig()
SessionConfig
setStoreType(SessionStoreType sessionStoreType)
SessionConfig
setTimeout(int timeout)
SessionFileStoreConfig
touchFileStoreConfig()
-
Methods inherited from class com.aspectran.core.util.apon.AbstractParameters
clearValue, clearValue, describe, describe, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getDouble, getDouble, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getIdentifier, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getIntList, getIntList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getParameter, getParameter, getParameterNames, getParameterNameSet, getParameters, getParameters, getParametersArray, getParametersArray, getParametersList, getParametersList, getParameterValueMap, getParent, getQualifiedName, getString, getString, getString, getString, getStringArray, getStringArray, getStringList, getStringList, getValue, getValue, hasParameter, hasParameter, hasValue, hasValue, isAddable, isAssigned, isAssigned, newParameters, newParameters, newParameterValue, newParameterValue, putAll, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, setIdentifier, setIndentString, toString, touchParameters, touchParameters, updateContainer
-
-
-
-
Method Detail
-
getTimeout
public int getTimeout()
-
setTimeout
public SessionConfig setTimeout(int timeout)
-
hasTimeout
public boolean hasTimeout()
-
getStoreType
public java.lang.String getStoreType()
-
setStoreType
public SessionConfig setStoreType(SessionStoreType sessionStoreType)
-
getFileStoreConfig
public SessionFileStoreConfig getFileStoreConfig()
-
newFileStoreConfig
public SessionFileStoreConfig newFileStoreConfig()
-
touchFileStoreConfig
public SessionFileStoreConfig touchFileStoreConfig()
-
-