org.jgroups.blocks
public interface VoteResponseProcessor
DistributedLockManager
for an example implementation.Modifier and Type | Method and Description |
---|---|
boolean |
processResponses(RspList responses,
int consensusType,
java.lang.Object decree)
Processes the responses returned by the other nodes.
|
boolean processResponses(RspList responses, int consensusType, java.lang.Object decree) throws ChannelException
responses
- The responsesconsensusType
- The consensusType of the votedecree
- The vote decreeChannelException
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.