226227228229230231232233
try { String moduleName = (String)this.getAttribute(kName); multicastAdminEvent(moduleName, BaseDeployEvent.ENABLE); } catch (Exception e) { sLogger.throwing(getClass().getName(), "start", e); throw new AFException(e.getMessage()); } }