Uses of Package
jgroup.core

Packages that use jgroup.core
jgroup.arm This package contains the implementation of the Autonomous Replication Management (ARM) framework. 
jgroup.core   
jgroup.core.arm   
jgroup.core.multicast   
jgroup.core.registry   
jgroup.relacs.config   
jgroup.relacs.daemon   
jgroup.relacs.events   
jgroup.relacs.gm   
jgroup.relacs.gmi   
jgroup.relacs.gmi.protocols   
jgroup.relacs.mss   
jgroup.relacs.registry   
jgroup.relacs.rmi   
jgroup.relacs.types   
jgroup.upgrade   
jgroup.util   
jgroup.util.log   
 

Classes in jgroup.core used by jgroup.arm
ConfigurationException
          Raised when an error is found in a system configuration.
ExternalGMIListener
          In Jgroup, an external remote interface is an interface that declare a set of methods implemented by an object group that may be invoked from a remote Java virtual machine.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
MemberId
          A class implementing this interface 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.
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.core used by jgroup.core
Callback
          When performing an asynchronous internal group method invocation (IGMI), an invoker may specify a callback object.
ConfigurationException
          Raised when an error is found in a system configuration.
EndPoint
          Interface EndPoint represents a communication endpoint.
ExternalGMIService.BootstrapInvocationHandler
          This interface must be implemented by all EGMI services that can be used by the bootstrap mechanism.
GroupManager
          The GroupManager class is used to configure the Jgroup system.
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
Layer.FinalizeLayer
          This is a special interface implemented by layers that has to perform post construction finalization.
MemberId
          A class implementing this interface 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.
MemberTable
          This class is an helper utility that provides application developers with additional information about members of their current view.
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
          The purpose of the VMID interface is to uniquely identify a Java Virtual Machine.
 

Classes in jgroup.core used by jgroup.core.arm
ExternalGMIListener
          In Jgroup, an external remote interface is an interface that declare a set of methods implemented by an object group that may be invoked from a remote Java virtual machine.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
MergingListener
          In order to be notified of state merging events, an object must implement this interface.
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.core used by jgroup.core.multicast
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
MemberId
          A class implementing this interface 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.core used by jgroup.core.registry
ExternalGMIListener
          In Jgroup, an external remote interface is an interface that declare a set of methods implemented by an object group that may be invoked from a remote Java virtual machine.
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
 

Classes in jgroup.core used by jgroup.relacs.config
ConfigurationException
          Raised when an error is found in a system configuration.
EndPoint
          Interface EndPoint represents a communication endpoint.
JgroupException
          Base class for the exceptions thrown by Jgroup.
MemberId
          A class implementing this interface 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.core used by jgroup.relacs.daemon
ConfigurationException
          Raised when an error is found in a system configuration.
EndPoint
          Interface EndPoint represents a communication endpoint.
JgroupException
          Base class for the exceptions thrown by Jgroup.
MemberId
          A class implementing this interface uniquely identify a member object in a group.
 

Classes in jgroup.core used by jgroup.relacs.events
MemberId
          A class implementing this interface 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.core used by jgroup.relacs.gm
GroupManager
          The GroupManager class is used to configure the Jgroup system.
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
InternalGMIListener
          In Jgroup, an internal remote interface is an interface that declare a set of methods implemented by an object group that may be invoked from a member of the group itself.
InternalGMIService
          The InternalGMIService interface is special in the sense that is not implemented by a concrete layer (such as the IntGroupHandler), but rather by the dynamically generated proxy object.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
Layer.FinalizeLayer
          This is a special interface implemented by layers that has to perform post construction finalization.
MemberId
          A class implementing this interface 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.
MembershipListener.AllowDuplicateViews
          Annotation marker used to indicate that the viewChange() method should allow invocations in which the two consecutive views have the same set of members.
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.
MergingService
          Empty marker interface for the Jgroup State 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.
 

Classes in jgroup.core used by jgroup.relacs.gmi
ExternalGMIService
          This interface is used to obtain the identifier of the current EGMI invocation and to get a registry entry and bootstrap handler for the dependable registry.
ExternalGMIService.BootstrapInvocationHandler
          This interface must be implemented by all EGMI services that can be used by the bootstrap mechanism.
GroupManager
          The GroupManager class is used to configure the Jgroup system.
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
Layer.FinalizeLayer
          This is a special interface implemented by layers that has to perform post construction finalization.
MemberId
          A class implementing this interface 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.
MembershipListener.AllowDuplicateViews
          Annotation marker used to indicate that the viewChange() method should allow invocations in which the two consecutive views have the same set of members.
MembershipService
          The facilities provided by the group membership service included in Jgroup may be accessed using the MembershipService interface.
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.core used by jgroup.relacs.gmi.protocols
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
MemberId
          A class implementing this interface uniquely identify a member object in a group.
MembershipService
          The facilities provided by the group membership service included in Jgroup may be accessed using the MembershipService interface.
 

Classes in jgroup.core used by jgroup.relacs.mss
ConfigurationException
          Raised when an error is found in a system configuration.
EndPoint
          Interface EndPoint represents a communication endpoint.
JgroupException
          Base class for the exceptions thrown by Jgroup.
MemberId
          A class implementing this interface uniquely identify a member object in a group.
 

Classes in jgroup.core used by jgroup.relacs.registry
ConfigurationException
          Raised when an error is found in a system configuration.
ExternalGMIListener
          In Jgroup, an external remote interface is an interface that declare a set of methods implemented by an object group that may be invoked from a remote Java virtual machine.
ExternalGMIService
          This interface is used to obtain the identifier of the current EGMI invocation and to get a registry entry and bootstrap handler for the dependable registry.
GroupManager
          The GroupManager class is used to configure the Jgroup system.
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
MemberId
          A class implementing this interface 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.
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.core used by jgroup.relacs.rmi
Callback
          When performing an asynchronous internal group method invocation (IGMI), an invoker may specify a callback object.
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
InternalGMIService
          The InternalGMIService interface is special in the sense that is not implemented by a concrete layer (such as the IntGroupHandler), but rather by the dynamically generated proxy object.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
MemberId
          A class implementing this interface 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.core used by jgroup.relacs.types
EndPoint
          Interface EndPoint represents a communication endpoint.
IID
          Instances of classes that implement this interface uniquely identify invocations issued by a client.
MemberId
          A class implementing this interface 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.
VMID
          The purpose of the VMID interface is to uniquely identify a Java Virtual Machine.
 

Classes in jgroup.core used by jgroup.upgrade
ExternalGMIListener
          In Jgroup, an external remote interface is an interface that declare a set of methods implemented by an object group that may be invoked from a remote Java virtual machine.
ExternalGMIService
          This interface is used to obtain the identifier of the current EGMI invocation and to get a registry entry and bootstrap handler for the dependable registry.
JgroupException
          Base class for the exceptions thrown by Jgroup.
Layer
          This interface must be implemented by all layers that should be constructable by runtime parsing of the XML layer composition framework.
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.
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.core used by jgroup.util
ConfigurationException
          Raised when an error is found in a system configuration.
 

Classes in jgroup.core used by jgroup.util.log
View
          The Partitionable Group Membership Service contained in Jgroup tracks changes in the group's composition and installs them as views at member objects.
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.