Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.notifications.cachelistener.annotation

Packages that use org.infinispan.notifications.cachelistener.annotation
org.infinispan.affinity   
org.infinispan.cdi.event.cache This package contains the adapters making the bridge between Infinispan cache events and CDI. 
org.infinispan.container.versioning   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction JTA transaction support. 
 

Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.affinity
TopologyChanged
          This annotation should be used on methods that need to be notified when the ConsistentHash implementation in use by the DistributionManager changes due to a change in cluster topology.
 

Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.cdi.event.cache
CacheEntryActivated
          This annotation should be used on methods that need to be notified when a cache entry is activated.
CacheEntryCreated
          This annotation should be used on methods that need to be notified when a cache entry is created.
CacheEntryEvicted
          Deprecated. Note that this annotation will be removed in Infinispan 6.0
CacheEntryInvalidated
          This annotation should be used on methods that need to be notified when a cache entry is invalidated.
CacheEntryLoaded
          This annotation should be used on methods that need to be notified when a cache entry is loaded from a CacheLoader.
CacheEntryModified
          This annotation should be used on methods that need to be notified when a cache entry has been modified.
CacheEntryPassivated
          This annotation should be used on methods that need to be notified when cache entries are passivated.
CacheEntryRemoved
          This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
CacheEntryVisited
          This annotation should be used on methods that need to be notified when a cache entry is visited.
TransactionCompleted
          This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and the transaction completes, either with a commit or a rollback.
TransactionRegistered
          This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and registers a Synchronization with a registered TransactionManager.
 

Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.container.versioning
TopologyChanged
          This annotation should be used on methods that need to be notified when the ConsistentHash implementation in use by the DistributionManager changes due to a change in cluster topology.
 

Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.statetransfer
TopologyChanged
          This annotation should be used on methods that need to be notified when the ConsistentHash implementation in use by the DistributionManager changes due to a change in cluster topology.
 

Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.transaction
TopologyChanged
          This annotation should be used on methods that need to be notified when the ConsistentHash implementation in use by the DistributionManager changes due to a change in cluster topology.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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