Uses of Interface org.jgroups.blocks.VoteResponseProcessor

Uses in package org.jgroups.blocks

Classes implementing org.jgroups.blocks.VoteResponseProcessor

class
Distributed lock manager is responsible for maintaining the lock information consistent on all participating nodes.
class
Voting adapter provides a voting functionality for an application.

Methods with parameter type org.jgroups.blocks.VoteResponseProcessor

boolean
VotingAdapter.vote(Object decree, int consensusType, long timeout, VoteResponseProcessor voteResponseProcessor)
Performs actual voting on the VoteChannel using the JGroups facilities for communication.
boolean
TwoPhaseVotingAdapter.vote(Object decree, long timeout, VoteResponseProcessor voteResponseProcessor)
Performs the two-phase voting on the decree.
boolean
VotingAdapter.vote(Object decree, long timeout, VoteResponseProcessor voteResponseProcessor)
Vote on the specified decree requiring all nodes to vote.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.