Uses of Interface
net.sf.ehcache.event.CacheEventListener
-
Packages that use CacheEventListener Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.distribution This package is for cache replication.net.sf.ehcache.event This package contains interfaces and classes for listening to events.net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. -
-
Uses of CacheEventListener in net.sf.ehcache
Methods in net.sf.ehcache that return CacheEventListener Modifier and Type Method Description CacheEventListenerCacheManager. createTerracottaEventReplicator(Ehcache cache)Create/access the appropriate clustered cache event replicator for the given cache -
Uses of CacheEventListener in net.sf.ehcache.distribution
Subinterfaces of CacheEventListener in net.sf.ehcache.distribution Modifier and Type Interface Description interfaceCacheReplicatorReplicates cache entries to peers of the CacheManagerClasses in net.sf.ehcache.distribution that implement CacheEventListener Modifier and Type Class Description classRMIAsynchronousCacheReplicatorListens toCacheManagerandCacheevents and propagates those toCachePeerpeers of the Cache asynchronously.classRMISynchronousCacheReplicatorMethods in net.sf.ehcache.distribution that return CacheEventListener Modifier and Type Method Description CacheEventListenerRMICacheReplicatorFactory. createCacheEventListener(java.util.Properties properties)Create aCacheEventListenerwhich is also a CacheReplicator. -
Uses of CacheEventListener in net.sf.ehcache.event
Classes in net.sf.ehcache.event that implement CacheEventListener Modifier and Type Class Description classCacheEventListenerAdapterAn adapter to simplify cache event listeners that do not need all events defined on the CacheEventListener interface.classTerracottaCacheEventReplicationCreates a wrapper for sending out cache events through the Terracotta clusterMethods in net.sf.ehcache.event that return CacheEventListener Modifier and Type Method Description abstract CacheEventListenerCacheEventListenerFactory. createCacheEventListener(java.util.Properties properties)Create aCacheEventListenerCacheEventListenerTerracottaCacheEventReplicationFactory. createCacheEventListener(java.util.Properties properties)Create aCacheEventListenerMethods in net.sf.ehcache.event that return types with arguments of type CacheEventListener Modifier and Type Method Description java.util.Set<CacheEventListener>RegisteredEventListeners. getCacheEventListeners()Gets a copy of the set of the listeners registered to this classMethods in net.sf.ehcache.event with parameters of type CacheEventListener Modifier and Type Method Description booleanRegisteredEventListeners. registerListener(CacheEventListener cacheEventListener)Adds a listener to the notification service.booleanRegisteredEventListeners. registerListener(CacheEventListener cacheEventListener, NotificationScope scope)Adds a listener to the notification service.booleanRegisteredEventListeners. unregisterListener(CacheEventListener cacheEventListener)Removes a listener from the notification service. -
Uses of CacheEventListener in net.sf.ehcache.terracotta
Methods in net.sf.ehcache.terracotta that return CacheEventListener Modifier and Type Method Description CacheEventListenerClusteredInstanceFactory. createEventReplicator(Ehcache cache)Create a replicator for the cache events of a given cacheCacheEventListenerClusteredInstanceFactoryWrapper. createEventReplicator(Ehcache cache)Create a replicator for the cache events of a given cache
-