public interface VoteResponseProcessor
DistributedLockManager for an example implementation.| Modifier and Type | Method and Description |
|---|---|
boolean |
processResponses(RspList responses,
int consensusType,
Object decree)
Processes the responses returned by the other nodes.
|
boolean processResponses(RspList responses, int consensusType, Object decree) throws ChannelException
responses - The responsesconsensusType - The consensusType of the votedecree - The vote decreeChannelExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.