Uses of Class
org.infinispan.notifications.cachelistener.annotation.TopologyChanged

Packages that use TopologyChanged
org.infinispan.affinity   
org.infinispan.transaction JTA transaction support. 
 

Uses of TopologyChanged in org.infinispan.affinity
 

Methods in org.infinispan.affinity with annotations of type TopologyChanged
 void ListenerRegistration.handleViewChange(TopologyChangedEvent tce)
           
 

Uses of TopologyChanged in org.infinispan.transaction
 

Methods in org.infinispan.transaction with annotations of type TopologyChanged
 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.