FileDocCategorySizeDatePackage
SFSBStoreManager.javaAPI DocGlassfish v2 API3633Fri May 04 22:33:14 BST 2007com.sun.ejb.spi.sfsb

SFSBStoreManager

public interface SFSBStoreManager
author
lwhite

Fields Summary
Constructors Summary
Methods Summary
public intgetCurrentSize()

public com.sun.ejb.spi.monitorable.sfsb.MonitorableSFSBStoregetMonitorableSFSBStore()
Get the SFSBStoreManagerMonitor

public SFSBBeanStategetState(java.lang.Object id)
Return the SFSBBeanState containing the stored session data identified by this sessionKey

return
the SFSBBeanState containing stored session data or null if the sessionKey is invalid / removed

public SFSBUUIDUtilgetUUIDUtil()
return the SFSBUUIDUtil

return
the SFSBUUIDUtil instance

public voidinitSessionStore(java.util.Map storeEnv)
Called from the Container during container creation

public voidpassivateSave(SFSBBeanState beanState)
Store session data in this beanState This method used only for passivation; use checkpointSave for checkpointing

public voidremove(java.lang.Object id)
Remove the session data identified by this id

public voidremoveAll()
Remove all session data for this container called during undeployment

public voidremoveExpired()
Remove all the idle/expired session data that are idle for idleTimeoutInSeconds (passed during initSessionStore())

public voidshutdown()
Called during shutdown of instance