Agent a = myContainer.acquireLocalAgent(agentID);
if(a == null)
throw new NotFoundException("Kill-Agent failed to find " + agentID);
a.doDelete();
myContainer.releaseLocalAgent(agentID);
}
private void changeAgentState(AID agentID, int newState) throws IMTPException, NotFoundException {