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

Packages that use org.infinispan.notifications.cachemanagerlistener.annotation
org.infinispan.demo   
org.infinispan.distribution   
org.infinispan.loader.decorators   
 

Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.demo
ViewChanged
          This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster).
 

Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.distribution
ViewChanged
          This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster).
 

Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.loader.decorators
CacheStarted
          This annotation should be used on methods that need to be notified when a cache is started.
ViewChanged
          This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster).
 



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