Uses of Interface
org.jboss.cache.notifications.event.Event

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

Uses of Event in org.jboss.cache
 

Methods in org.jboss.cache with parameters of type Event
 void ConsoleListener.printDetails(Event e)
           
 

Uses of Event in org.jboss.cache.jmx
 

Methods in org.jboss.cache.jmx with parameters of type Event
 void CacheNotificationListener.broadcast(Event e)
           
 

Uses of Event in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type Event
 void SingletonStoreCacheLoader.SingletonStoreListener.cacheStarted(Event e)
          Cache started, check whether the node is the coordinator and set the singleton store cache loader's active status.
 void SingletonStoreCacheLoader.SingletonStoreListener.cacheStopped(Event e)
           
 

Uses of Event in org.jboss.cache.notifications.event
 

Subinterfaces of Event in org.jboss.cache.notifications.event
 interface BuddyGroupChangedEvent
          This event is passed in to any method annotated with BuddyGroupChanged.
 interface CacheBlockedEvent
          This event is passed in to any method annotated with CacheBlocked.
 interface CacheStartedEvent
          This event is passed in to any method annotated with CacheStarted.
 interface CacheStoppedEvent
          This event is passed in to any method annotated with CacheStopped.
 interface CacheUnblockedEvent
          This event is passed in to any method annotated with CacheUnblocked.
 interface NodeActivatedEvent
          This event is passed in to any method annotated with NodeActivated.
 interface NodeCreatedEvent
          This event is passed in to any method annotated with NodeCreated.
 interface NodeEvent
          Transactional events that additionally expose an Fqn as such events pertain to a specific node.
 interface NodeEvictedEvent
          This event is passed in to any method annotated with NodeEvicted.
 interface NodeLoadedEvent
          This event is passed in to any method annotated with NodeLoaded.
 interface NodeModifiedEvent
          This event is passed in to any method annotated with NodeModified
 interface NodeMovedEvent
          This event is passed in to any method annotated with NodeMoved.
 interface NodePassivatedEvent
          This event is passed in to any method annotated with NodePassivated.
 interface NodeRemovedEvent
          This event is passed in to any method annotated with NodeRemoved.
 interface NodeVisitedEvent
          This event is passed in to any method annotated with NodeVisited.
 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.
 interface ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.jboss.cache.notifications.event that implement Event
 class EventImpl
          Basic implementation of an event that covers all event types.
 



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