Uses of Class
org.infinispan.notifications.impl.AbstractListenerImpl
-
Packages that use AbstractListenerImpl Package Description org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachemanagerlistener CacheManager
-specific notifications and eventing. -
-
Uses of AbstractListenerImpl in org.infinispan.notifications.cachelistener
Subclasses of AbstractListenerImpl in org.infinispan.notifications.cachelistener Modifier and Type Class Description class
CacheNotifierImpl<K,V>
Helper class that handles all notifications to registered listeners. -
Uses of AbstractListenerImpl in org.infinispan.notifications.cachemanagerlistener
Subclasses of AbstractListenerImpl in org.infinispan.notifications.cachemanagerlistener Modifier and Type Class Description class
CacheManagerNotifierImpl
Global, shared notifications on the cache manager.
-