public abstract class AbstractSessionDataStoreFactory extends java.lang.Object implements SessionDataStoreFactory
Modifier and Type | Field and Description |
---|---|
(package private) int |
_gracePeriodSec |
(package private) int |
_savePeriodSec |
Constructor and Description |
---|
AbstractSessionDataStoreFactory() |
Modifier and Type | Method and Description |
---|---|
int |
getGracePeriodSec() |
int |
getSavePeriodSec() |
void |
setGracePeriodSec(int gracePeriodSec) |
void |
setSavePeriodSec(int savePeriodSec) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSessionDataStore
public int getGracePeriodSec()
public void setGracePeriodSec(int gracePeriodSec)
gracePeriodSec
- the gracePeriodSec to setpublic int getSavePeriodSec()
public void setSavePeriodSec(int savePeriodSec)
savePeriodSec
- the savePeriodSec to set