Peer locator v1.0

Package com.unet.warmachine.peerlocator

Creates independent agent service that locates other agents of the same group and notifies client.

See:
          Description

Interface Summary
MemberChangeListener This interface defines how an agent can notify client code of changes to a remote agent (of the same group).
 

Class Summary
Agent This class is the agent that locates other members of the group on behalf of its client.
Configuration This is a simple data object that configures agent system settings at startup.
Logger This class is a simple logger and is used for debugging purposes.
Member This data object represents a known agent and data about them.
MembershipList This data object is a collection of known members of the same group.
 

Exception Summary
ConfigurationException This exception indicates a problem with agent configuration data.
 

Package com.unet.warmachine.peerlocator Description

Creates independent agent service that locates other agents of the same group and notifies client. Agent reports online status of known or new members, can register to join a group and can broadcast a client-defined status string.


Peer locator v1.0