| BasicConnectionTable |
Shared class for TCP connection tables.
|
| BasicConnectionTable.ConnectionListener |
Used to be notified about connection establishment and teardown.
|
| BasicConnectionTable.Receiver |
Used for message reception.
|
| DistributedHashtable.Notification |
Deprecated.
|
| DistributedLockManager.LockDecree |
This class represents the lock
|
| DistributedQueue.Notification |
|
| DistributedTree.DistributedTreeListener |
|
| DistributedTree.ViewListener |
|
| LockManager |
LockManager represents generic lock manager that allows
obtaining and releasing locks on objects.
|
| LockMultiLockedException |
|
| LockNotGrantedException |
This exception indicated that lock manager refused to give a lock on
some resource.
|
| LockNotReleasedException |
This exception indicated that lock manager refused to release a lock on
some resource.
|
| MessageDispatcher |
Provides synchronous and asynchronous message sending with request-response
correlation; i.e., matching responses with the original request.
|
| MethodCall |
A method call is the JGroups representation of a remote method.
|
| MethodLookup |
|
| NotificationBus.Consumer |
|
| PullPushAdapter |
Deprecated.
|
| ReplicatedHashMap.Notification |
|
| ReplicatedHashtable.Notification |
Deprecated.
|
| ReplicatedHashtable.StateTransferListener |
Deprecated.
|
| ReplicatedMap |
|
| ReplicatedTree.Node |
|
| ReplicatedTree.ReplicatedTreeListener |
|
| RequestCorrelator |
Framework to send requests and receive matching responses (matching on
request ID).
|
| RequestCorrelator.Header |
The header for RequestCorrelator messages
|
| RequestHandler |
|
| RpcDispatcher |
This class allows a programmer to invoke remote methods in all (or single)
group members and optionally wait for the return value(s).
|
| RpcDispatcher.Marshaller |
|
| RpcDispatcher.Marshaller2 |
|
| RspCollector |
|
| RspFilter |
Interface defining when a group request is done.
|
| TwoPhaseVotingAdapter |
This adapter introduces simple two-phase voting on a specified decree.
|
| TwoPhaseVotingListener |
Implementations of this interface can participate in two-phase voting process.
|
| VoteException |
This exception is thrown when voting listener cannot vote on the
specified decree.
|
| VoteResponseProcessor |
VoteResultProcessor
Applications that use the VotingAdapter and/or TwoPhaseVotingAdapter can pass an implementation of this down the vote
calls, to intercept processing of the VoteResults returned by other nodes.
|
| VotingAdapter |
Voting adapter provides a voting functionality for an application.
|
| VotingAdapter.VoteResult |
This class represents the result of local voting.
|
| VotingListener |
Implemetations of this interface are able to participate in voting process.
|