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 TypeClassDescriptionclassDistributed 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 TypeMethodDescriptionvoidTwoPhaseVotingAdapter.addListener(TwoPhaseVotingListener listener) Wraps actual listener with the VoteChannelListener and adds to the voteChannelvoidTwoPhaseVotingAdapter.removeListener(TwoPhaseVotingListener listener) Removes the listener from the voteChannelConstructors in org.jgroups.blocks with parameters of type TwoPhaseVotingListener