|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.api.AgentScapeApiHelper
public final class AgentScapeApiHelper
AgentScapeApiHelper.
This is the AgentScapeApiHelper that helps to contact an AgentScape instance. It will return an AgentScapeApi which can be used to talk to AgentScape. The API is the only entry point for software (and agent) developers to interact with a running AgentScape platform. It exposes calls to create and manipulate (running) agents, and to use the AgentScape messaging and migration primitives. Moreover, any services that the running AgentScape platform offers have to be accessed through this interface.
| Method Summary | |
|---|---|
static AgentScapeApi |
getAgentScapeClient()
Obtain an instance of the AgentScape API. |
static AgentScapeApi |
getAgentScapeClient(java.lang.String host)
|
static void |
reset()
If we were bound to an API, but for some reason the host shut down, then use reset() to re-initialize the agent scape client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final AgentScapeApi getAgentScapeClient()
public static final AgentScapeApi getAgentScapeClient(java.lang.String host)
public static void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||