|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.javagroups.blocks.VotingAdapter.VoteResult | +--org.javagroups.blocks.VotingAdapter.FailureVoteResult
Class that represents a result of local voting on the failed node.
Constructor Summary | |
---|---|
VotingAdapter.FailureVoteResult(java.lang.String reason)
|
Method Summary | |
---|---|
java.lang.String |
getReason()
|
Methods inherited from class org.javagroups.blocks.VotingAdapter.VoteResult |
---|
addVote, getNegativeVotes, getPositiveVotes, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VotingAdapter.FailureVoteResult(java.lang.String reason)
Method Detail |
public java.lang.String getReason()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |