Package org.perfmon4j.extras.tomcat55
Class ThreadPoolMonitorImpl
- java.lang.Object
-
- org.perfmon4j.extras.tomcat55.JMXMonitorBase
-
- org.perfmon4j.extras.tomcat55.ThreadPoolMonitorImpl
-
public class ThreadPoolMonitorImpl extends JMXMonitorBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThreadPoolMonitorImpl.SQLWriter
-
Constructor Summary
Constructors Constructor Description ThreadPoolMonitorImpl()
ThreadPoolMonitorImpl(String instanceName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCurrentThreadCount()
long
getCurrentThreadsBusy()
String
getInstanceName()
static String[]
getInstanceNames()
-
Methods inherited from class org.perfmon4j.extras.tomcat55.JMXMonitorBase
getMBeanServer, getQueryObjectName
-
-
-
-
Constructor Detail
-
ThreadPoolMonitorImpl
public ThreadPoolMonitorImpl()
-
ThreadPoolMonitorImpl
public ThreadPoolMonitorImpl(String instanceName)
-
-
Method Detail
-
getInstanceNames
public static String[] getInstanceNames() throws MalformedObjectNameException, NullPointerException
-
getInstanceName
public String getInstanceName()
-
getCurrentThreadsBusy
public long getCurrentThreadsBusy()
-
getCurrentThreadCount
public long getCurrentThreadCount()
-
-