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

Packages that use AgencyPersonality
org.objectweb.mobilitools.smi.api User API for Simple MAF Implementation. 
 

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

Classes in org.objectweb.mobilitools.smi.api that implement AgencyPersonality
 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 AgencyPersonality
protected  AgencyPersonality Agency.my_personality
           
 

Constructors in org.objectweb.mobilitools.smi.api with parameters of type AgencyPersonality
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.