public class CustomSessionManager
extends PersistentManagerBase
Constructor and Description |
---|
CustomSessionManager(Store store,
SessionManagerConfig config) |
Modifier and Type | Method and Description |
---|---|
protected void |
createListener(java.lang.String node) |
java.lang.String |
getInfo() |
java.lang.String[] |
getListeners() |
java.lang.String |
getName() |
protected void |
startInternal() |
protected void |
stopInternal() |
void |
store(HttpSession httpSession) |
public CustomSessionManager(Store store, SessionManagerConfig config)
protected void startInternal() throws LifecycleException
LifecycleException
protected void stopInternal() throws LifecycleException
LifecycleException
public void store(HttpSession httpSession) throws java.io.IOException
java.io.IOException
protected void createListener(java.lang.String node)
public java.lang.String getInfo()
public java.lang.String getName()
public java.lang.String[] getListeners()