Interface | Description |
---|---|
BuddyGroupChangedEvent |
This event is passed in to any method annotated with
BuddyGroupChanged . |
CacheBlockedEvent |
This event is passed in to any method annotated with
CacheBlocked . |
CacheStartedEvent |
This event is passed in to any method annotated with
CacheStarted . |
CacheStoppedEvent |
This event is passed in to any method annotated with
CacheStopped . |
CacheUnblockedEvent |
This event is passed in to any method annotated with
CacheUnblocked . |
Event |
An interface that defines common characteristics of events
|
NodeActivatedEvent |
This event is passed in to any method annotated with
NodeActivated . |
NodeCreatedEvent |
This event is passed in to any method annotated with
NodeCreated . |
NodeEvent |
Transactional events that additionally expose an Fqn as such events pertain to a specific node.
|
NodeEvictedEvent |
This event is passed in to any method annotated with
NodeEvicted . |
NodeInvalidatedEvent |
Notifies a listener of an invalidation event
|
NodeLoadedEvent |
This event is passed in to any method annotated with
NodeLoaded . |
NodeModifiedEvent |
This event is passed in to any method annotated with
NodeModified |
NodeMovedEvent |
This event is passed in to any method annotated with
NodeMoved . |
NodePassivatedEvent |
This event is passed in to any method annotated with
NodePassivated . |
NodeRemovedEvent |
This event is passed in to any method annotated with
NodeRemoved . |
NodeVisitedEvent |
This event is passed in to any method annotated with
NodeVisited . |
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.
|
TransactionCompletedEvent |
This event is passed in to any method annotated with
TransactionCompleted . |
TransactionRegisteredEvent |
This event is passed in to any method annotated with
TransactionRegistered . |
ViewChangedEvent |
This event is passed in to any method annotated with
ViewChanged . |
Class | Description |
---|---|
EventImpl |
Basic implementation of an event that covers all event types.
|
Enum | Description |
---|---|
Event.Type | |
NodeModifiedEvent.ModificationType |
Different cache modification types.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.