Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
org.jgroups.demos.wb |
A distributed whiteboard applet implemented using JGroups.
|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Class | Description |
---|---|
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 |
Thrown by the
DistributedLockManager.unlock(Object, Object, boolean) method if a lock is only locally released, because it is locked
by multiple DistributedLockManagers. |
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.
Use
Receiver instead, this class will be removed in JGroups 3.0 |
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.
|
Class | Description |
---|---|
DistributedHashtable.Notification |
Deprecated.
|
DistributedQueue.Notification | |
DistributedTree.DistributedTreeListener | |
NotificationBus.Consumer | |
ReplicatedHashMap.Notification |
Class | Description |
---|---|
RpcDispatcher |
This class allows a programmer to invoke remote methods in all (or single)
group members and optionally wait for the return value(s).
|
Class | Description |
---|---|
BasicConnectionTable.Receiver |
Used for message reception.
|
ConnectionTable |
Manages incoming and outgoing TCP connections.
|
ConnectionTableNIO |
Manages incoming and outgoing TCP connections.
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.