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.demo   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.pojo.impl   
 

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.demo
CacheListener
          Class-level annotation used to annotate an object as being a valid cache listener.
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.
NodeRemoved
          This annotation should be used on methods that need to be notified when a node is removed from the cache.
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).
 

Classes in org.jboss.cache.notifications.annotation used by org.jboss.cache.pojo.impl
CacheListener
          Class-level annotation used to annotate an object as being a valid cache listener.
NodeModified
          This annotation should be used on methods that need to be notified when a node has been modified.
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.