}
if (null != value) {
Publisher gm = sampler.getPublisher();
// log.finer("Announcing metric " + this.toString() + " value="
// + value );
gm.publish(process, publishName, value, getType(), getSlope(),
sampler.getDelay(), getDMax(), getUnits());
}
} catch (javax.management.InstanceNotFoundException ex) {
log.warning("Exception when getting " + objectName + " "