org.eclipse.jetty.monitor.integration
Class JavaMonitorTools
java.lang.Object
org.eclipse.jetty.monitor.integration.JavaMonitorTools
public class JavaMonitorTools
- extends java.lang.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/.
- Author:
- kjkoster
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaMonitorTools
public JavaMonitorTools()
getDeadlockStacktraces
public java.lang.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 java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.lang.NoSuchMethodException
- Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
getCacheNegativeSeconds
public int getCacheNegativeSeconds()
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.lang.NoSuchMethodException
- Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
getCacheTweakedFrom
public java.lang.String getCacheTweakedFrom()
getCacheNegativeTweakedFrom
public java.lang.String getCacheNegativeTweakedFrom()
Copyright © 2013. All Rights Reserved.