Class Summary |
GroupChangedEvent |
The GroupChangedEvent class;
Encapsulates information related to an event generated
by a group configuration change. |
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). |