118119120121122123124125
private void assertNull(String name, Object object) throws TopologyMgtException { if (object == null) { String message = name + " reference in the proxy admin config holder is null"; log.error(message); throw new TopologyMgtException(message); } }