|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines those methods which are permitted to control a JADE agent.
Method Summary | |
void |
activate()
Activate a suspended agent. |
java.lang.String |
getName()
Get the platforms name of the agent. |
State |
getState()
Get the agent's state. |
void |
kill()
Kill the agent. |
void |
start()
Start the agent. |
void |
suspend()
Suspend the agent. |
Method Detail |
public java.lang.String getName() throws ControllerException
public void start() throws ControllerException
public void suspend() throws ControllerException
public void activate() throws ControllerException
public void kill() throws ControllerException
public State getState() throws ControllerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |