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

Packages that use org.infinispan.notifications.cachelistener.annotation
org.infinispan.demo Classes, programs and applications that help demonstrate how Infinispan can be used. 
org.infinispan.server.websocket   
 

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.
 



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