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 decreeChannelException
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.