Uses of Interface
org.infinispan.notifications.Listenable

Packages that use Listenable
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.manager Cache manager package 
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing. 
 

Uses of Listenable in org.infinispan
 

Subinterfaces of Listenable in org.infinispan
 interface AdvancedCache<K,V>
          An advanced interface that exposes additional methods not available on Cache.
 interface Cache<K,V>
          The central interface of Infinispan.
 

Classes in org.infinispan that implement Listenable
 class AbstractDelegatingAdvancedCache<K,V>
          Similar to AbstractDelegatingCache, but for AdvancedCache.
 class AbstractDelegatingCache<K,V>
          This is a convenient base class for implementing a cache delegate.
 class CacheDelegate<K,V>
           
 class CacheSupport<K,V>
           
 

Uses of Listenable in org.infinispan.client.hotrod
 

Subinterfaces of Listenable in org.infinispan.client.hotrod
 interface RemoteCache<K,V>
          Provides remote reference to a Hot Rod server/cluster.
 

Uses of Listenable in org.infinispan.client.hotrod.impl
 

Classes in org.infinispan.client.hotrod.impl that implement Listenable
 class RemoteCacheImpl<K,V>
           
 class RemoteCacheSupport<K,V>
          Purpose: keep all delegating and unsupported methods in one place -> readability.
 

Uses of Listenable in org.infinispan.manager
 

Subinterfaces of Listenable in org.infinispan.manager
 interface CacheManager
          Deprecated. 
 interface EmbeddedCacheManager
          EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
 

Classes in org.infinispan.manager that implement Listenable
 class DefaultCacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 

Uses of Listenable in org.infinispan.notifications.cachelistener
 

Subinterfaces of Listenable in org.infinispan.notifications.cachelistener
 interface CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener that implement Listenable
 class CacheNotifierImpl
          Helper class that handles all notifications to registered listeners.
 

Uses of Listenable in org.infinispan.notifications.cachemanagerlistener
 

Subinterfaces of Listenable in org.infinispan.notifications.cachemanagerlistener
 interface CacheManagerNotifier
          Notifications for the cache manager
 

Classes in org.infinispan.notifications.cachemanagerlistener that implement Listenable
 class CacheManagerNotifierImpl
          Global, shared notifications on the cache manager.
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.