Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use Event
org.infinispan.cdi.event.cache This package contains the adapters making the bridge between Infinispan cache events and CDI. 
org.infinispan.notifications.cachelistener.event   
 

Uses of Event in org.infinispan.cdi.event.cache
 

Classes in org.infinispan.cdi.event.cache with type parameters of type Event
 class AbstractAdapter<T extends Event<?,?>>
           
 

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

Subinterfaces of Event in org.infinispan.notifications.cachelistener.event
 interface CacheEntriesEvictedEvent<K,V>
          This event subtype is passed in to any method annotated with CacheEntriesEvicted.
 interface CacheEntryActivatedEvent<K,V>
          This event subtype is passed in to any method annotated with CacheEntryActivated.
 interface CacheEntryCreatedEvent<K,V>
          This event subtype is passed in to any method annotated with CacheEntryCreated.
 interface CacheEntryEvent<K,V>
          A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
 interface CacheEntryEvictedEvent<K,V>
          Deprecated. Note that this interface will be removed in Infinispan 6.0
 interface CacheEntryInvalidatedEvent<K,V>
          Notifies a listener of an invalidation event.
 interface CacheEntryLoadedEvent<K,V>
          This event subtype is passed in to any method annotated with CacheEntryLoaded.
 interface 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.

 interface CacheEntryPassivatedEvent<K,V>
          This event subtype is passed in to any method annotated with CacheEntryPassivated.
 interface CacheEntryRemovedEvent<K,V>
          This event subtype is passed in to any method annotated with CacheEntryRemoved.
 interface CacheEntryVisitedEvent<K,V>
          This event subtype is passed in to any method annotated with CacheEntryVisited.
 interface DataRehashedEvent<K,V>
          An event passed in to methods annotated with DataRehashed.
 interface TopologyChangedEvent<K,V>
          The event passed in to methods annotated with TopologyChanged.
 interface 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.
 interface TransactionCompletedEvent<K,V>
          This event is passed in to any method annotated with TransactionCompleted.
 interface TransactionRegisteredEvent<K,V>
          This event is passed in to any method annotated with TransactionRegistered.
 

Classes in org.infinispan.notifications.cachelistener.event that implement Event
 class EventImpl<K,V>
          Basic implementation of an event that covers all event types.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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