com.amazonaws.jmx.spi
Interface JmxInfoProvider

All Known Implementing Classes:
JmxInfoProviderSupport

public interface JmxInfoProvider

SPI used to retrieve JMX information and can survive the absence of JMX.


Nested Class Summary
static class JmxInfoProvider.Factory
           
 
Field Summary
static JmxInfoProvider NONE
           
 
Method Summary
 long[] findDeadlockedThreads()
           
 int getDaemonThreadCount()
           
 long[] getFileDecriptorInfo()
           
 int getPeakThreadCount()
           
 int getThreadCount()
           
 long getTotalStartedThreadCount()
           
 boolean isEnabled()
           
 

Field Detail

NONE

static final JmxInfoProvider NONE
Method Detail

getFileDecriptorInfo

long[] getFileDecriptorInfo()

getThreadCount

int getThreadCount()

getDaemonThreadCount

int getDaemonThreadCount()

getPeakThreadCount

int getPeakThreadCount()

getTotalStartedThreadCount

long getTotalStartedThreadCount()

findDeadlockedThreads

long[] findDeadlockedThreads()

isEnabled

boolean isEnabled()


Copyright © 2016. All rights reserved.