|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentServerInterface
A standard server interface for managing agents in a agent kernel using an object manager for the agent Props storage.
| Method Summary | |
|---|---|
java.lang.String |
createAgent(ObjectID agentPropsID)
Creates an agent instance using the Props information referenced by the specified ObjectID. |
boolean |
destroyAgent(java.lang.String agentName)
Calls the agent's destroy method, then destroys the agent instance. |
boolean |
startAgent(java.lang.String agentName)
Starts the specified agent instance by calling agent's start method. |
boolean |
stopAgent(java.lang.String agentName)
Signals the specified agent to stop by calling the agent's stop method. |
| Method Detail |
|---|
java.lang.String createAgent(ObjectID agentPropsID)
boolean destroyAgent(java.lang.String agentName)
boolean startAgent(java.lang.String agentName)
boolean stopAgent(java.lang.String agentName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||