|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.systemservices.communicator.structs.AgentInfo
public class AgentInfo
Information structure for agents. Usually returned by createAgent, to notify the creator of which handles are assigned to the agent. Helps to not confuse owner and primary handles of the agent.
| Constructor Summary | |
|---|---|
AgentInfo(AgentHandle owner,
AgentHandle primary)
Create a new AgentInfo with the given handles. |
|
| Method Summary | |
|---|---|
AgentHandle |
getOwnerHandle()
Retrieve the owner handle for this agent. |
AgentHandle |
getPrimaryHandle()
Retrieve the primary handle for this agent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentInfo(AgentHandle owner,
AgentHandle primary)
owner - primary - | Method Detail |
|---|
public AgentHandle getOwnerHandle()
public AgentHandle getPrimaryHandle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||