|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines those methods which are permitted to control a JADE agent.
NOT available in MIDP
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
ControllerException
public void start() throws ControllerException
ControllerException
public void suspend() throws ControllerException
ControllerException
public void activate() throws ControllerException
ControllerException
public void kill() throws ControllerException
ControllerException
public State getState() throws ControllerException
ControllerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |