Package org.infinispan.notifications.cachelistener.event

Interface Summary
CacheEntriesEvictedEvent<K,V> This event subtype is passed in to any method annotated with CacheEntriesEvicted.
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> Deprecated. Note that this interface will be removed in Infinispan 6.0
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.
DataRehashedEvent An event passed in to methods annotated with DataRehashed.
Event<K,V> An interface that defines common characteristics of events
TopologyChangedEvent The event passed in to methods annotated with TopologyChanged.
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  
 


-->

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