Package org.jboss.cache.notifications.annotation

Annotation Types Summary
BuddyGroupChanged This annotation should be used on methods that need to be notified when a buddy group changes.
CacheBlocked This annotation should be used on methods that need to be notified when a JGroups BLOCK event occurs.
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.
CacheUnblocked This annotation should be used on methods that need to be notified when a JGroups UNBLOCK event occurs.
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.
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.
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.