Package info.ganglia.gmetric4j

Examples of info.ganglia.gmetric4j.Publisher.publish()


      }
      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 + " "
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.