Uses of Interface
org.infinispan.notifications.cachelistener.event.TransactionalEvent
Packages that use TransactionalEvent
Package
Description
invalid reference
Cache
-
Uses of TransactionalEvent in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement TransactionalEventModifier and TypeClassDescriptionclass
ClusterEvent<K,
V> This is an event designed for use with cluster listeners solely. -
Uses of TransactionalEvent in org.infinispan.notifications.cachelistener.event
Subinterfaces of TransactionalEvent in org.infinispan.notifications.cachelistener.eventModifier and TypeInterfaceDescriptioninterface
This event subtype is passed in to any method annotated withCacheEntryActivated
.interface
This event subtype is passed in to any method annotated withCacheEntryCreated
.interface
CacheEntryEvent<K,
V> A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.interface
This event subtype is passed in to any method annotated withCacheEntryExpired
.interface
Notifies a listener of an invalidation event.interface
This event subtype is passed in to any method annotated withCacheEntryLoaded
.interface
This event subtype is passed in to any method annotated withCacheEntryModified
interface
This event subtype is passed in to any method annotated withCacheEntryPassivated
.interface
This event subtype is passed in to any method annotated withCacheEntryRemoved
.interface
This event subtype is passed in to any method annotated withCacheEntryVisited
.interface
This event is passed in to any method annotated withTransactionCompleted
.interface
This event is passed in to any method annotated withTransactionRegistered
. -
Uses of TransactionalEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement TransactionalEventModifier and TypeClassDescriptionclass
EventImpl<K,
V> Basic implementation of an event that covers all event types.