Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedLockManager.abort(Object decree)
Deprecated.
Abort phase for the lock acquisition or release.
|
void |
TwoPhaseVotingListener.abort(Object decree)
This is unconditional abort of the previous voting on the decree.
|
boolean |
DistributedLockManager.commit(Object decree)
Deprecated.
Commit phase for the lock acquisition or release.
|
boolean |
TwoPhaseVotingListener.commit(Object decree)
This is voting on the commiting the decree.
|
boolean |
DistributedLockManager.prepare(Object decree)
Deprecated.
Prepare phase for the lock acquisition or release.
|
boolean |
TwoPhaseVotingListener.prepare(Object decree)
This is voting if the decree is acceptable to the party.
|
boolean |
TwoPhaseVotingAdapter.TwoPhaseVoteWrapper.vote(Object decree) |
boolean |
VotingListener.vote(Object decree)
Each member is able to vote with
true or false
messages. |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.