|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.api.AgentScapeClient
public final class AgentScapeClient
AgentScapeClient.
This is the AgentScape Client that implements the AgentScape interface, which 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(AgentScapeConfig config)
|
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 final AgentScapeApi getAgentScapeClient(AgentScapeConfig config)
public static void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||