Uses of Class
org.javagroups.blocks.VoteException

Packages that use VoteException
org.javagroups.blocks   
 

Uses of VoteException in org.javagroups.blocks
 

Methods in org.javagroups.blocks that throw VoteException
 boolean VotingListener.vote(java.lang.Object decree)
          Each member is able to vote with true or false messages.
 boolean DistributedLockManager.prepare(java.lang.Object decree)
          Prepare phase for the lock acquisition or release.
 boolean DistributedLockManager.commit(java.lang.Object decree)
          Commit phase for the lock acquisition or release.
 void DistributedLockManager.abort(java.lang.Object decree)
          Abort phase for the lock acquisition or release.
 boolean TwoPhaseVotingAdapter.TwoPhaseVoteWrapper.vote(java.lang.Object decree)
           
 boolean TwoPhaseVotingListener.prepare(java.lang.Object decree)
          This is voting if the decree is acceptable to the party.
 boolean TwoPhaseVotingListener.commit(java.lang.Object decree)
          This is voting on the commiting the decree.
 void TwoPhaseVotingListener.abort(java.lang.Object decree)
          This is unconditional abort of the previous voting on the decree.
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.