|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectzeus.agents.FIPA_Services
FIPA_AMS_Services is used by the ACC agent to wrap the Nameserver so that it can be accessed exernally.
| Field Summary | |
protected AgentContext |
context
|
protected java.lang.String |
host
|
protected java.lang.String |
name
|
protected java.lang.String |
type
|
| Constructor Summary | |
FIPA_Services()
|
|
| Method Summary | |
protected void |
registerAlias(java.lang.String name)
send a registration to the nameservers that we are using. |
void |
send(Performative perf)
|
void |
setDeregister()
|
void |
setHost(java.lang.String host)
set the hap part of the df@hap name of the df to some value other than the default df@localhost (where local host is the ip address of this machine |
void |
setModify()
|
void |
setName()
set the name of the agent to df@host - if the host has been set, else set it to df@localhost |
void |
setName(java.lang.String name)
set the name of the df to some arbitary value @param name This method should not normally be used. |
void |
setRegister()
set the agent using this to handle messages that are ". |
void |
setSearch()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AgentContext context
protected java.lang.String name
protected java.lang.String host
protected java.lang.String type
| Constructor Detail |
public FIPA_Services()
| Method Detail |
public void setRegister()
public void setDeregister()
public void setModify()
public void setSearch()
public void setName()
public void setName(java.lang.String name)
public void setHost(java.lang.String host)
protected void registerAlias(java.lang.String name)
public void send(Performative perf)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||