Uses of Package
jgroup

Packages that use jgroup
jgroup   
jgroup.multicast   
jgroup.reference   
jgroup.registry   
 

Classes in jgroup used by jgroup
Callback
          When performing an asynchronous internal group method invocation (IGMI), an invoker may specify a callback object.
DistributedSystem
          The DistributedSystem class is used to describe the distributed system in which the computation is carried on.
DSException
          Raised when an error is found in a distributed system configuration.
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
           
GroupManager
          The GroupManager class is used to configure the Jgroup system.
GroupManager.Component
           
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
           
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.
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.
MemberTable
          This class is an helper utility that provides application developers with additional information about members of their current view.
MergingListener
          In order to be notified of state merging events, an object must implement this interface.
MergingService
          Empty interface for the Merging Service
TransportConfig
          The TransportConfig class contains the basic information used to configure the transport layer of the Jgroup implementation.
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.
 

Classes in jgroup used by jgroup.multicast
JgroupException
          Base class for the exceptions thrown by Jgroup.
MemberId
          Instances of this class uniquely identify a member object in a group.
View
          The Partitionable Group Membership Service contained in Jgroup tracks changes in the group's composition and installs them as views at member objects.
 

Classes in jgroup used by jgroup.reference
DistributedSystem
          The DistributedSystem class is used to describe the distributed system in which the computation is carried on.
JgroupException
          Base class for the exceptions thrown by Jgroup.
 

Classes in jgroup used by jgroup.registry
DistributedSystem
          The DistributedSystem class is used to describe the distributed system in which the computation is carried on.
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.
IID
          Instances of this class uniquely identify invocations issued by a client.
JgroupException
          Base class for the exceptions thrown by Jgroup.
McastRemoteException
          Marker exception used by Jgroup to distinguish external group method invocations with multicast semantics.