org.jgroups.blocks
public interface VoteResponseProcessor
Version: $Id: VoteResponseProcessor.java,v 1.2 2005/07/17 11:36:40 chrislott Exp $
Method Summary | |
---|---|
boolean | processResponses(RspList responses, int consensusType, Object decree)
Processes the responses returned by the other nodes. |
Parameters: responses The responses consensusType The consensusType of the vote decree The vote decree
Returns: boolean
Throws: ChannelException