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() |
afterCreate, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLive, afterUpdate, close
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
init, initialize
public void afterDestroy(EntryEvent<String,javax.servlet.http.HttpSession> event)
CacheListener
afterDestroy
in interface CacheListener<String,javax.servlet.http.HttpSession>
afterDestroy
in class CacheListenerAdapter<String,javax.servlet.http.HttpSession>
event
- the EntryEventRegion.destroy(Object)