Package org.infinispan.notifications.cachelistener.annotation

Annotation Types Summary
CacheEntryActivated This annotation should be used on methods that need to be notified when a cache entry is activated.
CacheEntryCreated This annotation should be used on methods that need to be notified when a cache entry is created.
CacheEntryEvicted This annotation should be used on methods that need to be notified when a cache entry is evicted.
CacheEntryInvalidated This annotation should be used on methods that need to be notified when a cache entry is invalidated.
CacheEntryLoaded This annotation should be used on methods that need to be notified when a cache entry is loaded from a CacheLoader.
CacheEntryModified This annotation should be used on methods that need to be notified when a cache entry has been modified.
CacheEntryPassivated This annotation should be used on methods that need to be notified when a cache entry is passivated.
CacheEntryRemoved This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
CacheEntryVisited This annotation should be used on methods that need to be notified when a cache entry 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.
 


Google Analytics

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