Uses of Package
groupmgmt

Packages that use groupmgmt
groupmgmt   
groupmgmt.impl   
lime   
 

Classes in groupmgmt used by groupmgmt
GroupChangedEvent
          The GroupChangedEvent class; Encapsulates information related to an event generated by a group configuration change.
GroupChangedListener
          The interface that must be implemented by any class that wants to receive notifications of changes to the Group.
GroupDisseminator
          The GroupDisseminator abstract class; Implementations of this class are responsible for coordinating group changes with members of the group, based on connection changes sent by the MemberDetector.
GroupManager
          The Group Manager; Built for use in LIME 1.1; Maintains local information about the group that the current host is a part of (list of members).
Member
          The Member is identified by its address and port.
MemberDetector
          The MemberDetector abstract class; Detects members based on anything (most likely with a GroupBeaconListener) and some sort of filter (ie safe-distance calculations).
 

Classes in groupmgmt used by groupmgmt.impl
GroupChangedEvent
          The GroupChangedEvent class; Encapsulates information related to an event generated by a group configuration change.
GroupChangedListener
          The interface that must be implemented by any class that wants to receive notifications of changes to the Group.
GroupDisseminator
          The GroupDisseminator abstract class; Implementations of this class are responsible for coordinating group changes with members of the group, based on connection changes sent by the MemberDetector.
Member
          The Member is identified by its address and port.
MemberDetector
          The MemberDetector abstract class; Detects members based on anything (most likely with a GroupBeaconListener) and some sort of filter (ie safe-distance calculations).
 

Classes in groupmgmt used by lime
GroupChangedEvent
          The GroupChangedEvent class; Encapsulates information related to an event generated by a group configuration change.
GroupChangedListener
          The interface that must be implemented by any class that wants to receive notifications of changes to the Group.
GroupManager
          The Group Manager; Built for use in LIME 1.1; Maintains local information about the group that the current host is a part of (list of members).