#CUSTOMJ2SE_INCLUDE_END*/
private void deadAgent(AID name) throws NotFoundException {
MainContainer impl = myContainer.getMain();
if(impl != null) {
impl.deadAgent(name, false);
/*#CUSTOMJ2SE_INCLUDE_BEGIN
notifyDead(name);
#CUSTOMJ2SE_INCLUDE_END*/
}
}