|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.infinispan.notifications.cachelistener.event | |
| Uses of Event in org.infinispan.notifications.cachelistener.event |
|---|
| Subinterfaces of Event in org.infinispan.notifications.cachelistener.event | |
|---|---|
interface |
CacheEntryActivatedEvent
This event is passed in to any method annotated with CacheEntryActivated. |
interface |
CacheEntryCreatedEvent
This event is passed in to any method annotated with CacheEntryCreated. |
interface |
CacheEntryEvent
Transactional events that additionally expose a key as such events pertain to a specific cache entry. |
interface |
CacheEntryEvictedEvent
This event is passed in to any method annotated with CacheEntryEvicted. |
interface |
CacheEntryInvalidatedEvent
Notifies a listener of an invalidation event |
interface |
CacheEntryLoadedEvent
This event is passed in to any method annotated with CacheEntryLoaded. |
interface |
CacheEntryModifiedEvent
This event is passed in to any method annotated with CacheEntryModified |
interface |
CacheEntryPassivatedEvent
This event is passed in to any method annotated with CacheEntryPassivated. |
interface |
CacheEntryRemovedEvent
This event is passed in to any method annotated with CacheEntryRemoved. |
interface |
CacheEntryVisitedEvent
This event is passed in to any method annotated with CacheEntryVisited. |
interface |
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. |
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 Event | |
|---|---|
class |
EventImpl
Basic implementation of an event that covers all event types. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||