}
private void suspendedAgent(AID name) throws NotFoundException {
MainContainer impl = myContainer.getMain();
if(impl != null) {
impl.suspendedAgent(name);
}
}
private void resumedAgent(AID name) throws NotFoundException {
MainContainer impl = myContainer.getMain();