Uses of Interface
org.infinispan.notifications.cachelistener.event.TopologyChangedEvent

Packages that use TopologyChangedEvent
org.infinispan.affinity   
org.infinispan.notifications.cachelistener.event   
org.infinispan.transaction JTA transaction support. 
 

Uses of TopologyChangedEvent in org.infinispan.affinity
 

Methods in org.infinispan.affinity with parameters of type TopologyChangedEvent
 void ListenerRegistration.handleViewChange(TopologyChangedEvent tce)
           
 void KeyAffinityServiceImpl.handleViewChange(TopologyChangedEvent vce)
           
 

Uses of TopologyChangedEvent in org.infinispan.notifications.cachelistener.event
 

Classes in org.infinispan.notifications.cachelistener.event that implement TopologyChangedEvent
 class EventImpl<K,V>
          Basic implementation of an event that covers all event types.
 

Uses of TopologyChangedEvent in org.infinispan.transaction
 

Methods in org.infinispan.transaction with parameters of type TopologyChangedEvent
 void TransactionTable.StaleTransactionCleanup.onTopologyChange(TopologyChangedEvent tce)
          Roll back local transactions that have acquired lock that are no longer valid, either because the main data owner left the cluster or because a node joined the cluster and is the new data owner.
 


-->

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