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

Packages that use ViewChangedEvent
org.infinispan.demo   
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.xa   
 

Uses of ViewChangedEvent in org.infinispan.demo
 

Methods in org.infinispan.demo with parameters of type ViewChangedEvent
 void InfinispanDemo.CacheListener.viewChangeEvent(ViewChangedEvent e)
           
 

Uses of ViewChangedEvent in org.infinispan.distribution
 

Methods in org.infinispan.distribution with parameters of type ViewChangedEvent
 void DistributionManagerImpl.ViewChangeListener.handleViewChange(ViewChangedEvent e)
           
 

Uses of ViewChangedEvent in org.infinispan.loaders.decorators
 

Methods in org.infinispan.loaders.decorators with parameters of type ViewChangedEvent
 void SingletonStore.SingletonStoreListener.viewChange(ViewChangedEvent event)
          The cluster formation changed, so determine whether the current cache stopped being the coordinator or became the coordinator.
 

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

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

Uses of ViewChangedEvent in org.infinispan.transaction.xa
 

Methods in org.infinispan.transaction.xa with parameters of type ViewChangedEvent
 void TransactionTable.StaleTransactionCleanup.onViewChange(ViewChangedEvent vce)
           
 


Google Analytics

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