Package org.perfmon4j.extras.tomcat55
Interface ThreadPoolMonitor
-
- All Superinterfaces:
org.perfmon4j.instrument.snapshot.GeneratedData
public interface ThreadPoolMonitor extends org.perfmon4j.instrument.snapshot.GeneratedData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCurrentThreadCount()
long
getCurrentThreadsBusy()
String
getInstanceName()
-
-
-
Method Detail
-
getCurrentThreadsBusy
long getCurrentThreadsBusy()
-
getCurrentThreadCount
long getCurrentThreadCount()
-
getInstanceName
String getInstanceName()
-
-