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 TypeClassDescriptionclassClusterEvent<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 TypeInterfaceDescriptioninterfaceThis event subtype is passed in to any method annotated withCacheEntryActivated.interfaceThis event subtype is passed in to any method annotated withCacheEntryCreated.interfaceCacheEntryEvent<K,V> A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.interfaceThis event subtype is passed in to any method annotated withCacheEntryExpired.interfaceNotifies a listener of an invalidation event.interfaceThis event subtype is passed in to any method annotated withCacheEntryLoaded.interfaceThis event subtype is passed in to any method annotated withCacheEntryModifiedinterfaceThis event subtype is passed in to any method annotated withCacheEntryPassivated.interfaceThis event subtype is passed in to any method annotated withCacheEntryRemoved.interfaceThis event subtype is passed in to any method annotated withCacheEntryVisited.interfaceThis event is passed in to any method annotated withTransactionCompleted.interfaceThis 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 TypeClassDescriptionclassEventImpl<K,V> Basic implementation of an event that covers all event types.