public class SessionExpirationCacheListener extends CacheListenerAdapter<String,javax.servlet.http.HttpSession> implements Declarable
| Constructor and Description |
|---|
SessionExpirationCacheListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDestroy(EntryEvent<String,javax.servlet.http.HttpSession> event)
Handles the event of an entry being destroyed.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
init(Properties p)
Initializes a user-defined object using the given properties.
|
afterCreate, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLive, afterUpdate, closeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitinitializepublic void afterDestroy(EntryEvent<String,javax.servlet.http.HttpSession> event)
CacheListenerafterDestroy in interface CacheListener<String,javax.servlet.http.HttpSession>afterDestroy in class CacheListenerAdapter<String,javax.servlet.http.HttpSession>event - the EntryEventRegion.destroy(Object)public void init(Properties p)
DeclarableCache initialization to fail.init in interface Declarablep - Contains the parameters declared in the declarative xml file.