public class ThreadsInfoAO extends Object implements Serializable
| Constructor and Description |
|---|
ThreadsInfoAO() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDaemonThreadCount() |
int |
getPeakThreadCount() |
int |
getThreadCount() |
long |
getTotalStarted() |
boolean |
isCurrentThreadCpuTimeSupported() |
boolean |
isThreadContentionMonitoringEnabled() |
boolean |
isThreadContentionMonitoringSupported() |
boolean |
isThreadCpuTimeEnabled() |
boolean |
isThreadCpuTimeSupported() |
void |
setCurrentThreadCpuTimeSupported(boolean currentThreadCpuTimeSupported) |
void |
setDaemonThreadCount(int daemonThreadCount) |
void |
setPeakThreadCount(int peakThreadCount) |
void |
setThreadContentionMonitoringEnabled(boolean threadContentionMonitoringEnabled) |
void |
setThreadContentionMonitoringSupported(boolean threadContentionMonitoringSupported) |
void |
setThreadCount(int threadCount) |
void |
setThreadCpuTimeEnabled(boolean threadCpuTimeEnabled) |
void |
setThreadCpuTimeSupported(boolean threadCpuTimeSupported) |
void |
setTotalStarted(long totalStarted) |
public int getThreadCount()
public void setThreadCount(int threadCount)
public int getDaemonThreadCount()
public void setDaemonThreadCount(int daemonThreadCount)
public int getPeakThreadCount()
public void setPeakThreadCount(int peakThreadCount)
public long getTotalStarted()
public void setTotalStarted(long totalStarted)
public boolean isCurrentThreadCpuTimeSupported()
public void setCurrentThreadCpuTimeSupported(boolean currentThreadCpuTimeSupported)
public boolean isThreadContentionMonitoringEnabled()
public void setThreadContentionMonitoringEnabled(boolean threadContentionMonitoringEnabled)
public boolean isThreadContentionMonitoringSupported()
public void setThreadContentionMonitoringSupported(boolean threadContentionMonitoringSupported)
public boolean isThreadCpuTimeEnabled()
public void setThreadCpuTimeEnabled(boolean threadCpuTimeEnabled)
public boolean isThreadCpuTimeSupported()
public void setThreadCpuTimeSupported(boolean threadCpuTimeSupported)
Copyright © 2010-2015 anotheria.net. All Rights Reserved.