Package org.infinispan.notifications.cachelistener.event

Interface Summary
CacheEntryActivatedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryActivated.
CacheEntryCreatedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryCreated.
CacheEntryEvent<K,V> A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
CacheEntryEvictedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryEvicted.
CacheEntryInvalidatedEvent<K,V> Notifies a listener of an invalidation event.
CacheEntryLoadedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryLoaded.
CacheEntryModifiedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryModified

The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event in question.

CacheEntryPassivatedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryPassivated.
CacheEntryRemovedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryRemoved.
CacheEntryVisitedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntryVisited.
Event<K,V> An interface that defines common characteristics of events
TransactionalEvent<K,V> An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely.
TransactionCompletedEvent<K,V> This event is passed in to any method annotated with TransactionCompleted.
TransactionRegisteredEvent<K,V> This event is passed in to any method annotated with TransactionRegistered.
 

Class Summary
EventImpl<K,V> Basic implementation of an event that covers all event types.
 

Enum Summary
Event.Type  
 


Google Analytics

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