Uses of Package
org.infinispan.notifications.cachemanagerlistener.event

Packages that use org.infinispan.notifications.cachemanagerlistener.event
org.infinispan.affinity   
org.infinispan.cdi.event.cachemanager This package contains the adapters making the bridge between Infinispan cache manager events and CDI. 
org.infinispan.demo Classes, programs and applications that help demonstrate how Infinispan can be used. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.notifications.cachemanagerlistener.event   
org.infinispan.transaction JTA transaction support. 
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.affinity
CacheStoppedEvent
          This event is passed in to any method annotated with CacheStopped.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.cdi.event.cachemanager
CacheStartedEvent
          This event is passed in to any method annotated with CacheStarted.
CacheStoppedEvent
          This event is passed in to any method annotated with CacheStopped.
Event
          Common characteristics of events that occur on a cache manager
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.demo
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.distribution
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.loaders.decorators
Event
          Common characteristics of events that occur on a cache manager
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.notifications.cachemanagerlistener.event
CacheStartedEvent
          This event is passed in to any method annotated with CacheStarted.
CacheStoppedEvent
          This event is passed in to any method annotated with CacheStopped.
Event
          Common characteristics of events that occur on a cache manager
Event.Type
           
MergeEvent
          This event is passed in to any method annotated with Merged.
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.transaction
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event used by org.infinispan.util
ViewChangedEvent
          This event is passed in to any method annotated with ViewChanged.
 


-->

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