Package org.jboss.cache.notifications.event

Interface Summary
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.
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 Summary
EventImpl Basic implementation of an event that covers all event types.
 

Enum Summary
Event.Type  
NodeModifiedEvent.ModificationType Different cache modification types.
 



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