Uses of Package
org.jboss.cache.notifications.event

Packages that use org.jboss.cache.notifications.event
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.notifications   
org.jboss.cache.notifications.event   
 

Classes in org.jboss.cache.notifications.event used by org.jboss.cache
Event
          An interface that defines common characteristics of events
NodeEvent
          Transactional events that additionally expose an Fqn as such events pertain to a specific node.
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.jboss.cache.notifications.event used by org.jboss.cache.buddyreplication
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.jboss.cache.notifications.event used by org.jboss.cache.jmx
Event
          An interface that defines common characteristics of events
 

Classes in org.jboss.cache.notifications.event used by org.jboss.cache.loader
Event
          An interface that defines common characteristics of events
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.jboss.cache.notifications.event used by org.jboss.cache.notifications
NodeModifiedEvent.ModificationType
          Different cache modification types.
 

Classes in org.jboss.cache.notifications.event used by org.jboss.cache.notifications.event
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
Event.Type
           
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
NodeModifiedEvent.ModificationType
          Different cache modification types.
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.
 



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