org.apache.qpid.server.cluster.policy
Class AsynchBroadcastPolicy

java.lang.Object
  extended by org.apache.qpid.server.cluster.policy.AsynchBroadcastPolicy
All Implemented Interfaces:
BroadcastPolicy

public class AsynchBroadcastPolicy
extends java.lang.Object
implements BroadcastPolicy


Constructor Summary
AsynchBroadcastPolicy()
           
 
Method Summary
 boolean isComplete(int responded, int members)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchBroadcastPolicy

public AsynchBroadcastPolicy()
Method Detail

isComplete

public boolean isComplete(int responded,
                          int members)
Specified by:
isComplete in interface BroadcastPolicy