org.eclipse.jetty.monitor.integration
类 JavaMonitorTools

java.lang.Object
  继承者 org.eclipse.jetty.monitor.integration.JavaMonitorTools

public class JavaMonitorTools
extends Object

Derived from the JMX bean classes created by Kees Jan Koster for the java-monitor J2EE probe http://code.google.com/p/java-monitor-probes/source/browse/.

作者:
kjkoster

构造方法摘要
JavaMonitorTools()
           
 
方法摘要
 int getCacheNegativeSeconds()
           
 String getCacheNegativeTweakedFrom()
           
 int getCacheSeconds()
           
 String getCacheTweakedFrom()
           
 String getDeadlockStacktraces()
           
 int getThreadsBlocked()
           
 int getThreadsNew()
           
 int getThreadsRunnable()
           
 int getThreadsTerminated()
           
 int getThreadsTimedWaiting()
           
 int getThreadsWaiting()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JavaMonitorTools

public JavaMonitorTools()
方法详细信息

getDeadlockStacktraces

public String getDeadlockStacktraces()

getThreadsBlocked

public int getThreadsBlocked()

getThreadsNew

public int getThreadsNew()

getThreadsTerminated

public int getThreadsTerminated()

getThreadsTimedWaiting

public int getThreadsTimedWaiting()

getThreadsWaiting

public int getThreadsWaiting()

getThreadsRunnable

public int getThreadsRunnable()

getCacheSeconds

public int getCacheSeconds()
                    throws ClassNotFoundException,
                           IllegalAccessException,
                           InvocationTargetException,
                           NoSuchMethodException
抛出:
ClassNotFoundException
IllegalAccessException
InvocationTargetException
NoSuchMethodException

getCacheNegativeSeconds

public int getCacheNegativeSeconds()
                            throws ClassNotFoundException,
                                   IllegalAccessException,
                                   InvocationTargetException,
                                   NoSuchMethodException
抛出:
ClassNotFoundException
IllegalAccessException
InvocationTargetException
NoSuchMethodException

getCacheTweakedFrom

public String getCacheTweakedFrom()

getCacheNegativeTweakedFrom

public String getCacheNegativeTweakedFrom()


Copyright © 2013. All Rights Reserved.