Uses of Class
zeus.concepts.FIPA_AID_Address

Packages that use FIPA_AID_Address
JADE_SL.onto.basic   
zeus.actors.intrays   
zeus.actors.outtrays   
zeus.concepts   
 

Uses of FIPA_AID_Address in JADE_SL.onto.basic
 

Fields in JADE_SL.onto.basic declared as FIPA_AID_Address
private  FIPA_AID_Address Action.actor
           
 

Methods in JADE_SL.onto.basic that return FIPA_AID_Address
 FIPA_AID_Address Action.getActor()
           
 

Methods in JADE_SL.onto.basic with parameters of type FIPA_AID_Address
 void Action.setActor(FIPA_AID_Address id)
           
 

Constructors in JADE_SL.onto.basic with parameters of type FIPA_AID_Address
Action(FIPA_AID_Address id, Concept a)
           
 

Uses of FIPA_AID_Address in zeus.actors.intrays
 

Methods in zeus.actors.intrays that return FIPA_AID_Address
 FIPA_AID_Address Zeus_ACC_MailBox.FIPA_Lookup(java.lang.String agent_address_string)
          lookup the address of a FIPA agent from the name that is being used for it in the Zeus agency.
 

Methods in zeus.actors.intrays with parameters of type FIPA_AID_Address
 void FIPA_2000_Handler.registerAgent(FIPA_AID_Address addr, java.lang.String name)
          Allow the registration of an agent's presence with the handler.
private  void Zeus_ACC_Server.setHandleMessage(FIPA_AID_Address faddress, java.lang.String alias)
          set up a forwarding rule, if one is not already present.
 void Zeus_ACC_Server.setFIPAAlias(java.lang.String name, FIPA_AID_Address fAddress)
          provides a basic mechanism for getting aliases for agents on other platforms into the Zeus address space.
protected  void Zeus_ACC_Server.registerAlias(FIPA_AID_Address sender)
          send a registration to the nameservers that we are using.
protected  void Zeus_ACC_Server.registerAlias(FIPA_AID_Address address, java.lang.String name)
          send a registration to the nameservers that we are using.
 void Zeus_ACC_Server.registerAgent(FIPA_AID_Address address, java.lang.String name)
          registerAgent is functionally identical to registerAlias, but is semantically slightly different because in the one we are using the agent name directly, while in the other we are trying to decouple
 

Uses of FIPA_AID_Address in zeus.actors.outtrays
 

Methods in zeus.actors.outtrays with parameters of type FIPA_AID_Address
 boolean FIPA_PostMan.postFIPAMsg(FIPAPerformative msg, FIPA_AID_Address addr)
          posts the message to the appropriate transport, will set the return address to
 

Uses of FIPA_AID_Address in zeus.concepts
 

Fields in zeus.concepts declared as FIPA_AID_Address
private  FIPA_AID_Address AMS_Description.name
           
private  FIPA_AID_Address DF_Description.name
           
(package private)  FIPA_AID_Address FIPAPerformative.sender
           
private  FIPA_AID_Address FIPA_AMS_Management_Content.implementor
           
private  FIPA_AID_Address FIPA_DF_Management_Content.implementor
           
 

Methods in zeus.concepts that return FIPA_AID_Address
 FIPA_AID_Address AMS_Description.getName()
           
 FIPA_AID_Address DF_Description.getName()
           
 FIPA_AID_Address FIPAParser.SenderName()
           
 FIPA_AID_Address FIPAPerformative.getSender_As_FIPA_AID()
           
 FIPA_AID_Address FIPAPerformative.getFIPAReceiver()
           
 FIPA_AID_Address FIPA_AddressBook.lookupFIPA(java.lang.String name)
          find a proper address from a name of an agent
 FIPA_AID_Address FIPA_AddressBook.lookupAlias(java.lang.String alias)
          find a proper address from a name of an agent
 FIPA_AID_Address FIPA_AddressBook.checkAddress(Address addr)
          determine if the address for this agent is in the address book, return the correct address object if it is...
 FIPA_AID_Address FIPA_AMS_Management_Content.getAddress()
           
 FIPA_AID_Address FIPA_DF_Management_Content.getAddress()
           
static FIPA_AID_Address ZeusParser.fipaAddress(java.lang.String str)
           
 

Methods in zeus.concepts with parameters of type FIPA_AID_Address
 void AMS_Description.setName(FIPA_AID_Address aid)
           
 void DF_Description.setName(FIPA_AID_Address aid)
           
 void FIPAPerformative.setSender(FIPA_AID_Address sender)
          overloaded
 Envelope FIPAPerformative.jasEnvelope(FIPA_AID_Address addr, java.lang.String thisTarget)
          Build a javax.agent.Envelope from a fipa address and a string
 boolean FIPA_AddressBook.add(FIPA_AID_Address fipa_address)
          add an address to the book
 void FIPA_AMS_Management_Content.setImplementor(FIPA_AID_Address addr)
           
 void FIPA_DF_Management_Content.setImplementor(FIPA_AID_Address addr)
          use this to set the name of the agent that is expected to carry out the action
 

Constructors in zeus.concepts with parameters of type FIPA_AID_Address
FIPA_AID_Address(FIPA_AID_Address copy)
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.