public void killAgent(AID id) throws Throwable {
// Do as if it was a remote call from the main to allow
// security checks to take place if needed
jade.core.management.AgentManagementSlice target = (jade.core.management.AgentManagementSlice) getProxyToLocalSlice(jade.core.management.AgentManagementSlice.NAME);
target.killAgent(id, dummyCmd);
}
public void moveAgent(AID id, Location where) throws Throwable {
// Do as if it was a remote call from the main to allow
// security checks to take place if needed