public interface StoreManager extends DistributedManager
Modifier and Type | Method and Description |
---|---|
Store |
getStore()
Return the Store object which manages persistent Session
storage for this Manager.
|
void |
removeSuper(Session session)
Remove this Session from the active Sessions for this Manager,
but not from the Store.
|
getActiveSessionsFull, getSessionIdsFull
Store getStore()
void removeSuper(Session session)
session
- Session to be removedCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.