Uses of Package
org.jgroups.blocks
Packages that use org.jgroups.blocks
Package
Description
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
A distributed whiteboard applet implemented using JGroups.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Classes in org.jgroups.blocks used by org.jgroups.blocksClassDescriptionShared class for TCP connection tables.Used to be notified about connection establishment and teardown.Used for message reception.Deprecated.This class represents the lock
LockManager
represents generic lock manager that allows obtaining and releasing locks on objects.Thrown by theDistributedLockManager.unlock(Object, Object, boolean)
method if a lock is only locally released, because it is locked by multiple DistributedLockManagers.This exception indicated that lock manager refused to give a lock on some resource.This exception indicated that lock manager refused to release a lock on some resource.Provides synchronous and asynchronous message sending with request-response correlation; i.e., matching responses with the original request.A method call is the JGroups representation of a remote method.Deprecated.Deprecated.Deprecated.Framework to send requests and receive matching responses (matching on request ID).The header for RequestCorrelator messagesThis class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for the return value(s).Interface defining when a group request is done.This adapter introduces simple two-phase voting on a specified decree.Implementations of this interface can participate in two-phase voting process.This exception is thrown when voting listener cannot vote on the specified decree.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.Voting adapter provides a voting functionality for an application.This class represents the result of local voting.Implemetations of this interface are able to participate in voting process. -
Classes in org.jgroups.blocks used by org.jgroups.demos
-
Classes in org.jgroups.blocks used by org.jgroups.demos.wbClassDescriptionThis class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for the return value(s).
-
Classes in org.jgroups.blocks used by org.jgroups.protocolsClassDescriptionUsed for message reception.Manages incoming and outgoing TCP connections.Manages incoming and outgoing TCP connections.
Receiver
instead, this class will be removed in JGroups 3.0