Methods Summary |
---|
public int | getCurrentSize()
|
public com.sun.ejb.spi.monitorable.sfsb.MonitorableSFSBStore | getMonitorableSFSBStore()Get the SFSBStoreManagerMonitor
|
public SFSBBeanState | getState(java.lang.Object id)Return the SFSBBeanState containing
the stored session data identified by this sessionKey
|
public SFSBUUIDUtil | getUUIDUtil()return the SFSBUUIDUtil
|
public void | initSessionStore(java.util.Map storeEnv)Called from the Container during container creation
|
public void | passivateSave(SFSBBeanState beanState)Store session data in this beanState
This method used only for passivation; use checkpointSave for checkpointing
|
public void | remove(java.lang.Object id)Remove the session data identified by this id
|
public void | removeAll()Remove all session data for this container
called during undeployment
|
public void | removeExpired()Remove all the idle/expired session data
that are idle for idleTimeoutInSeconds (passed during initSessionStore())
|
public void | shutdown()Called during shutdown of instance
|