org.jboss.messaging.core.plugin.contract
Interface ReplicationListener

All Known Implementing Classes:
ConnectionFactoryJNDIMapper

public interface ReplicationListener

A ReplicationListener

Version:
$Revision: 1917 $ $Id: ReplicationListener.java 1917 2007-01-08 20:26:12Z clebert.suconic@jboss.com $
Author:
Tim Fox

Method Summary
 void onReplicationChange(java.io.Serializable key, java.util.Map updatedReplicantMap, boolean added, int originatingNodeId)
           
 

Method Detail

onReplicationChange

public void onReplicationChange(java.io.Serializable key,
                                java.util.Map updatedReplicantMap,
                                boolean added,
                                int originatingNodeId)
Parameters:
updatedReplicantMap - - the updated replicant map. It contains ALL current replicants for the given key.


Copyright © 2006 JBoss Inc. All Rights Reserved.