Uses of Interface
org.objectweb.mobilitools.smi.api.AgentInfo

Packages that use AgentInfo
org.objectweb.mobilitools.smi The core Simple MAF Implementation. 
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 AgentInfo in org.objectweb.mobilitools.smi
 

Classes in org.objectweb.mobilitools.smi that implement AgentInfo
 class AgentEntry
          MobiliTools $Name: $, $Id: AgentEntry.java,v 1.1.1.1 2003/03/28 14:48:05 dillense Exp $ Data record holding information about an agent.
 

Uses of AgentInfo in org.objectweb.mobilitools.smi.api
 

Methods in org.objectweb.mobilitools.smi.api that return AgentInfo
 AgentInfo Agency.getAgentInfo(Name agent)
           
 AgentInfo Agency.getAgentInfo(MobileObject agent)
           
 AgentInfo Agency.createLocalAgent(java.lang.String agent_class, Name name, java.lang.String place, java.lang.String codebase, java.util.Properties properties, java.lang.Object argument)
          Creates an agent in current agency.
 AgentInfo Agency.createLocalAgent(java.lang.String classname, Name name, org.omg.CfMAF.AgentProfile profile, java.lang.String place, java.lang.String codebase, byte[] agent_data, java.lang.Object argument, org.omg.CfMAF.MAFAgentSystem class_provider)
          Creates an agent in current agency.
 

Methods in org.objectweb.mobilitools.smi.api with parameters of type AgentInfo
 void MobileObject.afterBirth(AgentSystem agency, AgentInfo entry, java.lang.Object arguments)
          Called on agent creation.
 void Agency.afterBirth(MobileObject agent, AgentSystem agency, AgentInfo entry, java.lang.Object arguments)
          Call afterBirth() on agent.
 void AgencyPersonality.afterBirth(MobileObject agent, AgentSystem agency, AgentInfo entry, java.lang.Object arguments)
          Called on agent creation.
 

Uses of AgentInfo in org.objectweb.mobilitools.smi.goodies
 

Methods in org.objectweb.mobilitools.smi.goodies with parameters of type AgentInfo
 void BasicMobileObject.afterBirth(AgentSystem agency, AgentInfo entry, java.lang.Object argument)
          Sets attribute my_agency to current host agency.