Uses of Interface
org.infinispan.notifications.cachelistener.event.TransactionalEvent

Packages that use TransactionalEvent
org.infinispan.notifications.cachelistener.event   
 

Uses of TransactionalEvent in org.infinispan.notifications.cachelistener.event
 

Subinterfaces of TransactionalEvent in org.infinispan.notifications.cachelistener.event
 interface CacheEntryActivatedEvent
          This event subtype is passed in to any method annotated with CacheEntryActivated.
 interface CacheEntryCreatedEvent
          This event subtype is passed in to any method annotated with CacheEntryCreated.
 interface CacheEntryEvent
          A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
 interface CacheEntryEvictedEvent
          This event subtype is passed in to any method annotated with CacheEntryEvicted.
 interface CacheEntryInvalidatedEvent
          Notifies a listener of an invalidation event.
 interface CacheEntryLoadedEvent
          This event subtype is passed in to any method annotated with CacheEntryLoaded.
 interface CacheEntryModifiedEvent
          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.

 interface CacheEntryPassivatedEvent
          This event subtype is passed in to any method annotated with CacheEntryPassivated.
 interface CacheEntryRemovedEvent
          This event subtype is passed in to any method annotated with CacheEntryRemoved.
 interface CacheEntryVisitedEvent
          This event subtype is passed in to any method annotated with CacheEntryVisited.
 interface TransactionCompletedEvent
          This event is passed in to any method annotated with TransactionCompleted.
 interface TransactionRegisteredEvent
          This event is passed in to any method annotated with TransactionRegistered.
 

Classes in org.infinispan.notifications.cachelistener.event that implement TransactionalEvent
 class EventImpl
          Basic implementation of an event that covers all event types.
 


Google Analytics

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