Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.notifications.Listener

Packages that use Listener
org.infinispan.affinity   
org.infinispan.cdi.event.cache This package contains the adapters making the bridge between Infinispan cache events and CDI. 
org.infinispan.cdi.event.cachemanager This package contains the adapters making the bridge between Infinispan cache manager events and CDI. 
org.infinispan.container.versioning   
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.topology   
org.infinispan.transaction JTA transaction support. 
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
org.infinispan.xsite   
 

Uses of Listener in org.infinispan.affinity
 

Classes in org.infinispan.affinity with annotations of type Listener
 class ListenerRegistration
          Used for registering various cache notifications.
 

Uses of Listener in org.infinispan.cdi.event.cache
 

Classes in org.infinispan.cdi.event.cache with annotations of type Listener
 class CacheEntryActivatedAdapter<K,V>
           
 class CacheEntryCreatedAdapter<K,V>
           
 class CacheEntryEvictedAdapter<K,V>
           
 class CacheEntryInvalidatedAdapter<K,V>
           
 class CacheEntryLoadedAdapter<K,V>
           
 class CacheEntryModifiedAdapter<K,V>
           
 class CacheEntryPassivatedAdapter<K,V>
           
 class CacheEntryRemovedAdapter<K,V>
           
 class CacheEntryVisitedAdapter<K,V>
           
 class TransactionCompletedAdapter<K,V>
           
 class TransactionRegisteredAdapter<K,V>
           
 

Uses of Listener in org.infinispan.cdi.event.cachemanager
 

Classes in org.infinispan.cdi.event.cachemanager with annotations of type Listener
 class CacheStartedAdapter
           
 class CacheStoppedAdapter
           
 class ViewChangedAdapter
           
 

Uses of Listener in org.infinispan.container.versioning
 

Classes in org.infinispan.container.versioning with annotations of type Listener
 class SimpleClusteredVersionGenerator.TopologyIdUpdater
           
 

Uses of Listener in org.infinispan.loaders.decorators
 

Classes in org.infinispan.loaders.decorators with annotations of type Listener
 class SingletonStore.SingletonStoreListener
          Cache listener that reacts to cluster topology changes to find out whether a new coordinator is elected.
 

Uses of Listener in org.infinispan.statetransfer
 

Classes in org.infinispan.statetransfer with annotations of type Listener
 class StateProviderImpl
          StateProvider implementation.
 

Uses of Listener in org.infinispan.topology
 

Classes in org.infinispan.topology with annotations of type Listener
 class ClusterTopologyManagerImpl.ClusterViewListener
           
 

Uses of Listener in org.infinispan.transaction
 

Classes in org.infinispan.transaction with annotations of type Listener
 class TransactionTable
          Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
 

Uses of Listener in org.infinispan.util
 

Classes in org.infinispan.util with annotations of type Listener
 class ClusterIdGenerator.RankCalculator
           
 

Uses of Listener in org.infinispan.xsite
 

Classes in org.infinispan.xsite with annotations of type Listener
 class BackupReceiverRepositoryImpl
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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