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

Packages that use org.infinispan.notifications.cachelistener.annotation
org.infinispan.affinity   
org.infinispan.demo Classes, programs and applications that help demonstrate how Infinispan can be used. 
org.infinispan.server.websocket   
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.demo
CacheEntryEvicted
          This annotation should be used on methods that need to be notified when a cache entry is evicted.
CacheEntryModified
          This annotation should be used on methods that need to be notified when a cache entry has been modified.
CacheEntryRemoved
          This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
 

Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.server.websocket
CacheEntryCreated
          This annotation should be used on methods that need to be notified when a cache entry is created.
CacheEntryModified
          This annotation should be used on methods that need to be notified when a cache entry has been modified.
CacheEntryRemoved
          This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
 

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.
 


-->

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