Uses of Package
org.jboss.cache.notifications.annotation

Packages that use org.jboss.cache.notifications.annotation
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.jmx   
org.jboss.cache.loader   
 

Classes in org.jboss.cache.notifications.annotation used by org.jboss.cache
CacheListener
          Class-level annotation used to annotate an object as being a valid cache listener.
CacheStarted
          This annotation should be used on methods that need to be notified when a cache is started.
CacheStopped
          This annotation should be used on methods that need to be notified when a cache is stopped.
NodeActivated
          This annotation should be used on methods that need to be notified when a node is activated.
NodeCreated
          This annotation should be used on methods that need to be notified when a node is created.
NodeEvicted
          This annotation should be used on methods that need to be notified when a node is evicted.
NodeLoaded
          This annotation should be used on methods that need to be notified when a node is loaded from a CacheLoader.
NodeModified
          This annotation should be used on methods that need to be notified when a node has been modified.
NodeMoved
          This annotation should be used on methods that need to be notified when a node is moved using the Cache.move(org.jboss.cache.Fqn,org.jboss.cache.Fqn) API.
NodePassivated
          This annotation should be used on methods that need to be notified when a node is passivated.
NodeRemoved
          This annotation should be used on methods that need to be notified when a node is removed from the cache.
NodeVisited
          This annotation should be used on methods that need to be notified when a node is visited.
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.jboss.cache.notifications.annotation used by org.jboss.cache.buddyreplication
CacheListener
          Class-level annotation used to annotate an object as being a valid cache listener.
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.jboss.cache.notifications.annotation used by org.jboss.cache.jmx
CacheListener
          Class-level annotation used to annotate an object as being a valid cache listener.
CacheStarted
          This annotation should be used on methods that need to be notified when a cache is started.
CacheStopped
          This annotation should be used on methods that need to be notified when a cache is stopped.
NodeActivated
          This annotation should be used on methods that need to be notified when a node is activated.
NodeCreated
          This annotation should be used on methods that need to be notified when a node is created.
NodeEvicted
          This annotation should be used on methods that need to be notified when a node is evicted.
NodeLoaded
          This annotation should be used on methods that need to be notified when a node is loaded from a CacheLoader.
NodeModified
          This annotation should be used on methods that need to be notified when a node has been modified.
NodeMoved
          This annotation should be used on methods that need to be notified when a node is moved using the Cache.move(org.jboss.cache.Fqn,org.jboss.cache.Fqn) API.
NodePassivated
          This annotation should be used on methods that need to be notified when a node is passivated.
NodeRemoved
          This annotation should be used on methods that need to be notified when a node is removed from the cache.
NodeVisited
          This annotation should be used on methods that need to be notified when a node is visited.
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.jboss.cache.notifications.annotation used by org.jboss.cache.loader
CacheListener
          Class-level annotation used to annotate an object as being a valid cache listener.
CacheStarted
          This annotation should be used on methods that need to be notified when a cache is started.
CacheStopped
          This annotation should be used on methods that need to be notified when a cache is stopped.
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.