public class ThreadPoolMonitorImpl extends JMXMonitorBase
Modifier and Type | Class and Description |
---|---|
static class |
ThreadPoolMonitorImpl.SQLWriter |
Constructor and Description |
---|
ThreadPoolMonitorImpl() |
ThreadPoolMonitorImpl(String instanceName) |
Modifier and Type | Method and Description |
---|---|
long |
getCurrentThreadCount() |
long |
getCurrentThreadsBusy() |
String |
getInstanceName() |
static String[] |
getInstanceNames() |
getMBeanServer, getQueryObjectName
public ThreadPoolMonitorImpl()
public ThreadPoolMonitorImpl(String instanceName)
public static String[] getInstanceNames() throws MalformedObjectNameException, NullPointerException
public String getInstanceName()
public long getCurrentThreadsBusy()
public long getCurrentThreadCount()
Copyright © 2019. All rights reserved.