Interface QuorumVoteHandler
-
- All Known Implementing Classes:
ServerConnectVoteHandler
public interface QuorumVoteHandlerused to handle votes received by a quorum from a particular node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Votedecode(ActiveMQBuffer voteBuffer)SimpleStringgetQuorumName()the name of the quorum voteVotevote(Vote vote)
-
-
-
Method Detail
-
getQuorumName
SimpleString getQuorumName()
the name of the quorum vote- Returns:
- the name
-
decode
Vote decode(ActiveMQBuffer voteBuffer)
-
-