multicastAdminEvent(moduleName, BaseDeployEvent.DISABLE);
state = StateManageable.STOPPED_STATE;
} catch (Exception e) {
sLogger.throwing(getClass().getName(), "stop", e);
state = StateManageable.FAILED_STATE;
throw new J2EEWebModuleException(e.getMessage());
}
}