Package jgroup

Interface Summary
Callback When performing an asynchronous internal group method invocation (IGMI), an invoker may specify a callback object.
ExternalGMIListener In Jgroup, an external remote interface is an interface that declares a set of method implemented by an object group that may be invoked from a remote Java virtual machine.
ExternalGMIService  
IID Instances of this class uniquely identify invocations issued by a client.
InternalGMIListener In Jgroup, an internal remote interface is an interface that declares a set of method implemented by an object group that may be invoked from a member of the group itself.
InternalGMIService  
MemberId Instances of this class uniquely identify a member object in a group.
MembershipListener In order to be notified of membership events like view changes, an object must implement this interface.
MembershipService The facilities provided by the group membership service included in Jgroup may be accessed using the MembershipService interface.
MergingListener In order to be notified of state merging events, an object must implement this interface.
MergingService Empty interface for the Merging Service
View The Partitionable Group Membership Service contained in Jgroup tracks changes in the group's composition and installs them as views at member objects.
VMID An instance of this class uniquely identifies a Java virtual machine.
 

Class Summary
DistributedSystem The DistributedSystem class is used to describe the distributed system in which the computation is carried on.
GroupManager The GroupManager class is used to configure the Jgroup system.
Make  
MemberTable This class is an helper utility that provides application developers with additional information about members of their current view.
TransportConfig The TransportConfig class contains the basic information used to configure the transport layer of the Jgroup implementation.
 

Exception Summary
DSException Raised when an error is found in a distributed system configuration.
JgroupException Base class for the exceptions thrown by Jgroup.
MalformedLayerException This exception is thrown when some exceptional error prevents the construction of a group manager satisfying the set of listener interfaces implemented by the application server.
McastRemoteException Marker exception used by Jgroup to distinguish external group method invocations with multicast semantics.