String name = String.format("%s,cell=%s,node=%s,process=%s", originalName, cell, node, process);
super.setObjectName(name);
LOGGER.debug("Object name has been changed to {}", name);
} catch (MalformedObjectNameException e) {
throw new MBeanInfoRetrievalException("Unable to determine cell/node/process information while running in WebSphere", e);
} catch (IOException e) {
throw new MBeanInfoRetrievalException("Unable to determine cell/node/process information while running in WebSphere", e);
}
}