Package com.amazonaws.jmx
Class JmxInfoProviderSupport
java.lang.Object
com.amazonaws.jmx.JmxInfoProviderSupport
- All Implemented Interfaces:
JmxInfoProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.amazonaws.jmx.spi.JmxInfoProvider
JmxInfoProvider.Factory -
Field Summary
Fields inherited from interface com.amazonaws.jmx.spi.JmxInfoProvider
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong[]intlong[]intintlongboolean
-
Constructor Details
-
JmxInfoProviderSupport
public JmxInfoProviderSupport()
-
-
Method Details
-
getFileDecriptorInfo
public long[] getFileDecriptorInfo()- Specified by:
getFileDecriptorInfoin interfaceJmxInfoProvider
-
getThreadCount
public int getThreadCount()- Specified by:
getThreadCountin interfaceJmxInfoProvider
-
getDaemonThreadCount
public int getDaemonThreadCount()- Specified by:
getDaemonThreadCountin interfaceJmxInfoProvider
-
getPeakThreadCount
public int getPeakThreadCount()- Specified by:
getPeakThreadCountin interfaceJmxInfoProvider
-
getTotalStartedThreadCount
public long getTotalStartedThreadCount()- Specified by:
getTotalStartedThreadCountin interfaceJmxInfoProvider
-
findDeadlockedThreads
public long[] findDeadlockedThreads()- Specified by:
findDeadlockedThreadsin interfaceJmxInfoProvider
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceJmxInfoProvider
-