Package org.infinispan.notifications.cachelistener.event

Interface Summary
CacheEntryActivatedEvent This event is passed in to any method annotated with CacheEntryActivated.
CacheEntryCreatedEvent This event is passed in to any method annotated with CacheEntryCreated.
CacheEntryEvent Transactional events that additionally expose a key as such events pertain to a specific cache entry.
CacheEntryEvictedEvent This event is passed in to any method annotated with CacheEntryEvicted.
CacheEntryInvalidatedEvent Notifies a listener of an invalidation event
CacheEntryLoadedEvent This event is passed in to any method annotated with CacheEntryLoaded.
CacheEntryModifiedEvent This event is passed in to any method annotated with CacheEntryModified
CacheEntryPassivatedEvent This event is passed in to any method annotated with CacheEntryPassivated.
CacheEntryRemovedEvent This event is passed in to any method annotated with CacheEntryRemoved.
CacheEntryVisitedEvent This event is passed in to any method annotated with CacheEntryVisited.
Event An interface that defines common characteristics of events
TransactionalEvent An event type that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely.
TransactionCompletedEvent This event is passed in to any method annotated with TransactionCompleted.
TransactionRegisteredEvent This event is passed in to any method annotated with TransactionRegistered.
 

Class Summary
EventImpl Basic implementation of an event that covers all event types.
 

Enum Summary
Event.Type  
 


Google Analytics

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