Class SessionExpirationCacheListener
java.lang.Object
org.apache.geode.cache.util.CacheListenerAdapter<String,jakarta.servlet.http.HttpSession>
org.apache.geode.modules.session.catalina.callback.SessionExpirationCacheListener
- All Implemented Interfaces:
CacheCallback,CacheListener<String,,jakarta.servlet.http.HttpSession> Declarable
public class SessionExpirationCacheListener
extends CacheListenerAdapter<String,jakarta.servlet.http.HttpSession>
implements Declarable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterDestroy(EntryEvent<String, jakarta.servlet.http.HttpSession> event) Handles the event of an entry being destroyed.booleaninthashCode()Methods inherited from class org.apache.geode.cache.util.CacheListenerAdapter
afterCreate, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLive, afterUpdate, closeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.geode.cache.Declarable
init, initialize
-
Constructor Details
-
SessionExpirationCacheListener
public SessionExpirationCacheListener()
-
-
Method Details
-
afterDestroy
Description copied from interface:CacheListenerHandles the event of an entry being destroyed.- Specified by:
afterDestroyin interfaceCacheListener<String,jakarta.servlet.http.HttpSession> - Overrides:
afterDestroyin classCacheListenerAdapter<String,jakarta.servlet.http.HttpSession> - Parameters:
event- the EntryEvent- See Also:
-
equals
-
hashCode
public int hashCode()
-