Uses of Interface
org.jgroups.blocks.TwoPhaseVotingListener
-
Packages that use TwoPhaseVotingListener Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of TwoPhaseVotingListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement TwoPhaseVotingListener Modifier and Type Class Description class
DistributedLockManager
Distributed lock manager is responsible for maintaining the lock information consistent on all participating nodes.Methods in org.jgroups.blocks with parameters of type TwoPhaseVotingListener Modifier and Type Method Description void
TwoPhaseVotingAdapter. addListener(TwoPhaseVotingListener listener)
Wraps actual listener with the VoteChannelListener and adds to the voteChannelvoid
TwoPhaseVotingAdapter. removeListener(TwoPhaseVotingListener listener)
Removes the listener from the voteChannelConstructors in org.jgroups.blocks with parameters of type TwoPhaseVotingListener Constructor Description TwoPhaseVoteWrapper(TwoPhaseVotingListener listener)
-