Uses of Interface
org.jgroups.blocks.TwoPhaseVotingListener
Packages that use TwoPhaseVotingListener
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of TwoPhaseVotingListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement TwoPhaseVotingListenerModifier and TypeClassDescriptionclass
Distributed lock manager is responsible for maintaining the lock information consistent on all participating nodes.Methods in org.jgroups.blocks with parameters of type TwoPhaseVotingListenerModifier and TypeMethodDescriptionvoid
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