![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.jvmmonitor.mbean.JVMThreadMBean Maven / Gradle / Ivy
package com.github.ltsopensource.jvmmonitor.mbean;
import java.math.BigDecimal;
/**
* @author Robert HG ([email protected]) on 9/15/15.
*/
public interface JVMThreadMBean {
int getDaemonThreadCount();
int getThreadCount();
long getTotalStartedThreadCount();
int getDeadLockedThreadCount();
BigDecimal getProcessCpuTimeRate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy