8182838485868788899091
if (!equals(hook)) { String hookName = hook.getClass().getName(); try { hookStats.put(hookName, new HookStats(jmxPath, hookName)); } catch (Exception e) { throw new WiringException("Unable to wire Hooks", e); } } } }