Uses of Interface
org.infinispan.notifications.Listenable
-
Packages that use Listenable Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.manager Cache manager API.org.infinispan.manager.impl org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachemanagerlistener CacheManager
-specific notifications and eventing.org.infinispan.security Security API.org.infinispan.security.actions -
-
Uses of Listenable in org.infinispan
Subinterfaces of Listenable in org.infinispan Modifier and Type Interface Description interface
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available onCache
.interface
Cache<K,V>
The central interface of Infinispan.Classes in org.infinispan that implement Listenable Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Deprecated.Extend fromAbstractDelegatingAdvancedCache
instead.class
AbstractDelegatingCache<K,V>
Deprecated.Extend fromAbstractDelegatingCache
instead. -
Uses of Listenable in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Listenable Modifier and Type Class Description class
org.infinispan.cache.impl.AbstractDelegatingAdvancedCache<K,V>
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
org.infinispan.cache.impl.AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate. -
Uses of Listenable in org.infinispan.manager
Subinterfaces of Listenable in org.infinispan.manager Modifier and Type Interface Description interface
EmbeddedCacheManager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.Classes in org.infinispan.manager that implement Listenable Modifier and Type Class Description class
AbstractDelegatingEmbeddedCacheManager
Deprecated.Extend fromAbstractDelegatingEmbeddedCacheManager
instead.class
DefaultCacheManager
-
Uses of Listenable in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Listenable Modifier and Type Class Description class
org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate. -
Uses of Listenable in org.infinispan.notifications
Subinterfaces of Listenable in org.infinispan.notifications Modifier and Type Interface Description interface
ClassLoaderAwareFilteringListenable<K,V>
Interface that enhancesFilteringListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodinterface
ClassLoaderAwareListenable
Interface that enhancesListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodinterface
DataConversionAwareListenable<K,V>
interface
FilteringListenable<K,V>
A Listenable that can also filter events based on key -
Uses of Listenable in org.infinispan.notifications.cachelistener
Subinterfaces of Listenable in org.infinispan.notifications.cachelistener Modifier and Type Interface Description interface
CacheNotifier<K,V>
Public interface with all allowed notifications.Classes in org.infinispan.notifications.cachelistener that implement Listenable Modifier and Type Class Description class
CacheNotifierImpl<K,V>
Helper class that handles all notifications to registered listeners. -
Uses of Listenable in org.infinispan.notifications.cachelistener.cluster
Subinterfaces of Listenable in org.infinispan.notifications.cachelistener.cluster Modifier and Type Interface Description interface
ClusterCacheNotifier<K,V>
This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified when a new event has been raised from the cluster. -
Uses of Listenable in org.infinispan.notifications.cachemanagerlistener
Subinterfaces of Listenable in org.infinispan.notifications.cachemanagerlistener Modifier and Type Interface Description interface
CacheManagerNotifier
Notifications for the cache managerClasses in org.infinispan.notifications.cachemanagerlistener that implement Listenable Modifier and Type Class Description class
CacheManagerNotifierImpl
Global, shared notifications on the cache manager. -
Uses of Listenable in org.infinispan.security
Subinterfaces of Listenable in org.infinispan.security Modifier and Type Interface Description interface
SecureCache<K,V>
SecureCache. -
Uses of Listenable in org.infinispan.security.actions
Constructors in org.infinispan.security.actions with parameters of type Listenable Constructor Description RemoveListenerAction(Listenable listenable, Object listener)
-