Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent

Packages that use CacheStoppedEvent
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.notifications.cachemanagerlistener.event   
 

Uses of CacheStoppedEvent in org.infinispan.affinity
 

Methods in org.infinispan.affinity with parameters of type CacheStoppedEvent
 void ListenerRegistration.handleCacheStopped(CacheStoppedEvent cse)
           
 void KeyAffinityServiceImpl.handleCacheStopped(CacheStoppedEvent cse)
           
 

Uses of CacheStoppedEvent in org.infinispan.cdi.event.cachemanager
 

Fields in org.infinispan.cdi.event.cachemanager declared as CacheStoppedEvent
static CacheStoppedEvent CacheStoppedAdapter.EMPTY
           
 

Methods in org.infinispan.cdi.event.cachemanager with parameters of type CacheStoppedEvent
 void CacheStoppedAdapter.fire(CacheStoppedEvent payload)
           
 

Constructor parameters in org.infinispan.cdi.event.cachemanager with type arguments of type CacheStoppedEvent
CacheStoppedAdapter(javax.enterprise.event.Event<CacheStoppedEvent> event, String cacheName)
           
 

Uses of CacheStoppedEvent in org.infinispan.notifications.cachemanagerlistener.event
 

Classes in org.infinispan.notifications.cachemanagerlistener.event that implement CacheStoppedEvent
 class EventImpl
          Implementation of cache manager events
 


-->

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