Uses of Class
org.infinispan.notifications.cachemanagerlistener.annotation.CacheStarted

Packages that use CacheStarted
org.infinispan.cdi.event.cachemanager This package contains the adapters making the bridge between Infinispan cache manager events and CDI. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
 

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

Methods in org.infinispan.cdi.event.cachemanager with annotations of type CacheStarted
 void CacheStartedAdapter.fire(CacheStartedEvent payload)
           
 

Uses of CacheStarted in org.infinispan.loaders.decorators
 

Methods in org.infinispan.loaders.decorators with annotations of type CacheStarted
 void SingletonStore.SingletonStoreListener.cacheStarted(Event e)
          Cache started, check whether the cache is the coordinator and set the singleton store's active status.
 


-->

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