Package com.agentfactory.cldc.p2pmig

This package provides the functionality for peer to peer agent migration in AFME.

See:
          Description

Class Summary
DualMigrate This actuator is used in situations when both the standard migration service and peer to peer migration service are in operation.
DualMigrateFact Creates an instance of the dual migrate actuator using the affect manager for the agent.
P2PMigConstant Constants used in the peer to peer migration service and associated actuator.
P2PMigrationManager The peer to peer migration manager is a service that is responsible for controlling the migration process in a peer to peer manner.
ServerThread The server thread creates a server socket connection to receive incomming socket connections and add incomming agents to the local agent platform.
UpdateServ The update server actuator is used for updating the discover server when an agent migrates to a new platform.
UpdateServFact Creates an instance of the update server actuator using the affect manager for the agent.
 

Package com.agentfactory.cldc.p2pmig Description

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