Package org.jboss.messaging.core.plugin.contract

Examples of org.jboss.messaging.core.plugin.contract.ReplicationListener


         clone = new HashSet(replicationListeners);
      }
     
      for (Iterator i = clone.iterator(); i.hasNext(); )
      {
         ReplicationListener listener = (ReplicationListener)i.next();
         listener.onReplicationChange(key, updatedReplicantMap, added, originatorNodeId);
      }     
   }
View Full Code Here

TOP

Related Classes of org.jboss.messaging.core.plugin.contract.ReplicationListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.