|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentSystem | |
org.objectweb.mobilitools.smi.api | User API for Simple MAF Implementation. |
org.objectweb.mobilitools.smi.goodies | Goodies for the Simple MAF/MASIF Implementation (GUI tools, helper classes). |
Uses of AgentSystem in org.objectweb.mobilitools.smi.api |
Classes in org.objectweb.mobilitools.smi.api that implement AgentSystem | |
class |
Agency
MobiliTools $Name: $, $Id: Agency.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Instances of this class are execution environments for agents, supporting lifecycle/mobility management, using and providing MAFAgentSystem implementation. |
Fields in org.objectweb.mobilitools.smi.api declared as AgentSystem | |
protected AgentSystem |
Agency.my_shell
|
Methods in org.objectweb.mobilitools.smi.api with parameters of type AgentSystem | |
void |
MobileObject.afterBirth(AgentSystem agency,
AgentInfo entry,
java.lang.Object arguments)
Called on agent creation. |
void |
MobileObject.afterMove(AgentSystem agency,
Location location,
java.lang.String place)
Called on reinstalling in the target agency after a move. |
void |
Agency.afterBirth(MobileObject agent,
AgentSystem agency,
AgentInfo entry,
java.lang.Object arguments)
Call afterBirth() on agent. |
void |
Agency.afterMove(MobileObject agent,
AgentSystem agency,
Location location,
java.lang.String place)
Call afterMove() on agent. |
void |
AgencyPersonality.afterBirth(MobileObject agent,
AgentSystem agency,
AgentInfo entry,
java.lang.Object arguments)
Called on agent creation. |
void |
AgencyPersonality.afterMove(MobileObject agent,
AgentSystem agency,
Location location,
java.lang.String place)
Called on reinstalling in the target agency after a move. |
Constructors in org.objectweb.mobilitools.smi.api with parameters of type AgentSystem | |
Agency(java.lang.String region,
AgencyPersonality personality,
AgentSystem shell,
org.omg.CfMAF.AgentSystemInfo info)
Create a new agency for creating and receiving agents, and customize it with the provided agency personality and shell. |
|
Agency(java.lang.String region,
org.omg.CORBA.ORB orb,
AgencyPersonality personality,
AgentSystem shell,
org.omg.CfMAF.AgentSystemInfo info)
Create a new agency for creating and receiving agents. |
Uses of AgentSystem in org.objectweb.mobilitools.smi.goodies |
Methods in org.objectweb.mobilitools.smi.goodies with parameters of type AgentSystem | |
void |
BasicMobileObject.afterBirth(AgentSystem agency,
AgentInfo entry,
java.lang.Object argument)
Sets attribute my_agency to current host agency. |
void |
BasicMobileObject.afterMove(AgentSystem agency,
Location location,
java.lang.String place)
Sets attribute my_agency to new host agency. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |