org.apache.commons.monitoring.reporting.web.plugin.jvm
Class JVMEndpoints

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jvm.JVMEndpoints

public class JVMEndpoints
extends Object


Constructor Summary
JVMEndpoints()
           
 
Method Summary
 String cpu(long start, long end)
           
 Template home()
           
 String memory(long start, long end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMEndpoints

public JVMEndpoints()
Method Detail

home

public Template home()

cpu

public String cpu(long start,
                  long end)

memory

public String memory(long start,
                     long end)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.