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.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interface such as the tree API. 
org.infinispan.manager Cache manager package 
org.infinispan.notifications.cachelistener   
org.infinispan.notifications.cachemanagerlistener   
 

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>
           
 

Uses of Listenable in org.infinispan.atomic
 

Subinterfaces of Listenable in org.infinispan.atomic
 interface AtomicMapCache<K,V>
          This interface adds the getAtomicMap() method which allows users to get a hold of a map type where operations on its elements are all atomic.
 

Uses of Listenable in org.infinispan.manager
 

Subinterfaces of Listenable in org.infinispan.manager
 interface CacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.