Uses of Interface
zeus.concepts.Address

Packages that use Address
zeus.actors   
zeus.actors.intrays   
zeus.actors.outtrays   
zeus.concepts   
 

Uses of Address in zeus.actors
 

Fields in zeus.actors declared as Address
protected  Address MailBox.myAddress
           
protected  Address PostMan.myAddress
           
protected  Address Server.address
           
 

Methods in zeus.actors that return Address
 Address MailBox.lookup(java.lang.String name)
           
 Address MailBox.getAddress()
           
 Address Server.getAddress()
           
 

Methods in zeus.actors with parameters of type Address
 void AgentContext.addNameserver(Address address)
           
 void MailBox.del(Address addr)
           
 void MailBox.add(Address addr)
           
protected  void MsgHandler.adviseAll(Address addr)
           
 boolean PostMan.postMsg(Performative msg, Address addr)
          postMsg sends the performative out to the other Zeus agent a socket is opened and the message is written as a string down it.
 void ZeusAgentContext.addNameserver(Address address)
           
 

Constructors in zeus.actors with parameters of type Address
PostMan(MailBox mbox, Queue outMail, Address myAddress)
           
PostMan(MailBox mbox, Queue outMail, Queue ccMail, Address myAddress)
           
 

Uses of Address in zeus.actors.intrays
 

Fields in zeus.actors.intrays declared as Address
protected  Address NIOServer.address
           
 

Methods in zeus.actors.intrays that return Address
 Address NIOServer.getAddress()
           
 Address Zeus_ACC_Server.getAddress()
           
 

Uses of Address in zeus.actors.outtrays
 

Constructors in zeus.actors.outtrays with parameters of type Address
FIPA_PostMan(MailBox mbox, Queue outMail, Queue ccMail, Address myAddress)
           
 

Uses of Address in zeus.concepts
 

Classes in zeus.concepts that implement Address
 class FIPA_AID_Address
          FIPA_AID_Address is an implementation of the Address interface that is used to hold addresses of agents that have identified themselves with FIPA format aid's ISSUES Resolvers: we don't do them yet, and we might need to.
 class ZeusAddress
           
 

Fields in zeus.concepts declared as Address
private  Address AddressEvent.addr
           
 

Methods in zeus.concepts that return Address
 Address AddressBook.lookup(java.lang.String name)
           
 Address AddressEvent.getAddress()
           
 Address Parser.address()
           
 Address Performative.getAddress()
           
static Address ZeusParser.address(java.lang.String str)
           
 

Methods in zeus.concepts with parameters of type Address
 boolean Address.equals(Address addr)
          is this the same as another address?
 boolean Address.sameAddress(Address addr)
          returns true if these two agents share a machine and port - ie. they both live at the same address.... ahhh sweeeet.
 boolean AddressBook.add(Address addr)
           
 void AddressBook.replace(Address addr)
           
 void AddressBook.del(Address addr)
           
 void AddressEvent.setAddress(Address addr)
           
 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...
static java.lang.String FIPA_AddressBook.makeAlias(Address addr)
          utility method to be used to reconsitute local platform name from an external name/host combo
 boolean FIPA_AID_Address.equals(Address addr)
          if this address has the same name value and the same host value return true
 boolean FIPA_AID_Address.sameAddress(Address addr)
          if the addresses share a host name return true; also return true if the addresses sequence of this address share a common host name and transport WARNING: I am not sure if this is the right behaviour.
 void Performative.setAddress(Address value)
           
 boolean ZeusAddress.equals(Address addr)
           
 boolean ZeusAddress.sameAddress(Address addr)
           
 

Constructors in zeus.concepts with parameters of type Address
AddressEvent(Address addr)
          Creates new AddressEvent
ZeusAddress(Address addr)
           
 



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