Package projectinfosearch

Interface Summary
Agent Interface which must be implemented by AgentObject s
AgentServerInt must be implemented by an AgentServer
 

Class Summary
AgentClient An AgentClient is an application which finds servers, creates and sends an AgentObject and displays its results when it returns
AgentObject represents a virtual agent able to travel to different servers and achieve a given task
AgentSender An AgentSender can create and send out an agent and wait for its return.
AgentServer An AgentServer must be "visible" and welcome agents to allow them to perform their mission
DiscoveryClient A discovery client is able to find AgentServers
DiscoveryServer Waits for request packets and replies to them on a given multicast address and on given ports.
ReceivingThread receives an agent and helps it accomplish its task