Package com.agentfactory.cldc.p2pmts

This package provides the functionality for peer to peer message transport and the Discovery Server.

See:
          Description

Class Summary
DiscServer When agents operate in a peer to peer manner in forming ad-hoc networks, discovery of the names of agents, addresses of agents, and addresses of agent platforms becomes an issue.
DualIDActuator Adds an agent id to the address list of the agent.
DualIDActuatorFact Creates an instance of DualIDActuator using the specified affect manager.
DualInform The dual inform actuator is used to send inform messages.
DualInformFact Creates an instance of the dual inform actuator using the specified affect manager.
DualMTSPerceptor The DualMTSPerceptor perceives information from the message transport services.
DualMTSPerceptorFact Creates an instance of the DualMTSPerceptor using the specified perception manager.
DualRequest This actuator enables an agent to make a request to another agent.
DualRequestFact Creates an instance of the dual request actuator using the specified affect manager.
LookupPlat The lookup platform actuator is used when an agent wishes to obtain the address of an agent platform.
LookupPlatFact Creates an instance of the lookup platform actuator using the affect manager for the agent.
LookupWP The lookup white pages actuator is used when an agent wishes to obtain the address of another agent.
LookupWPFact Creates an instance of the lookup white pages actuator using the affect manager for the agent.
LookupYP The lookup yellow pages actuator is when an agent wishes to obtain the name and address of an agent that performs a particular service.
LookupYPFact Creates an instance of the lookup yellow pages actuator using the affect manager for the agent.
P2PConstant Constants used in the peer to peer message transport service and associated actuators and perceptors.
P2PInform The peer to peer inform actuator is used to send inform messages using the peer to peer message transport protocol.
P2PInformFact Creates an instance of the peer to peer inform actuator using the specified affect manager.
P2PRequest This actuator enables an agent to make a request to another agent using the peer to peer message transport service.
P2PRequestFact Creates an instance of the peer to peer request actuator using the specified affect manager.
P2PTask The peer to peer task reads an incomming message from a socket and adds the message to the peer to peer message transport service.
PeerToPeerMTS The peer to peer message transport service facilitates communication between agents in AFME in a peer to peer manner.
RegYP The register yellow pages actuator is used when an agent wishes to advertise with the yellow pages that it performs a particular service.
RegYPFact Creates an instance of the register yellow pages actuator using the affect manager for the agent.
 

Package com.agentfactory.cldc.p2pmts Description

This package provides the functionality for peer to peer message transport and the Discovery Server. The original AFME message transport service, was designed to enable agents to pierce GPRS and 3G service provider firewalls. The peer to peer message transport service is used when there is no firewall between the source and the destination platform. To avail of this functionality, a peer to peer message transport service must be present on the local platform.