| java.lang.Object org.apache.harmony.lang.management.DynamicMXBeanImpl org.apache.harmony.lang.management.ThreadMXBeanImpl
findMonitorDeadlockedThreads | public long[] findMonitorDeadlockedThreads()(Code) | | |
getAllThreadIds | public long[] getAllThreadIds()(Code) | | |
getCurrentThreadCpuTime | public long getCurrentThreadCpuTime()(Code) | | |
getCurrentThreadUserTime | public long getCurrentThreadUserTime()(Code) | | |
getDaemonThreadCount | public int getDaemonThreadCount()(Code) | | |
getInstance | static ThreadMXBeanImpl getInstance()(Code) | | Singleton accessor method.
the ThreadMXBeanImpl singleton. |
getPeakThreadCount | public int getPeakThreadCount()(Code) | | |
getThreadCount | public int getThreadCount()(Code) | | |
getThreadCpuTime | public long getThreadCpuTime(long id)(Code) | | |
getThreadUserTime | public long getThreadUserTime(long id)(Code) | | |
getTotalStartedThreadCount | public long getTotalStartedThreadCount()(Code) | | |
isCurrentThreadCpuTimeSupported | public boolean isCurrentThreadCpuTimeSupported()(Code) | | |
isThreadContentionMonitoringEnabled | public boolean isThreadContentionMonitoringEnabled()(Code) | | |
isThreadContentionMonitoringSupported | public boolean isThreadContentionMonitoringSupported()(Code) | | |
isThreadCpuTimeEnabled | public boolean isThreadCpuTimeEnabled()(Code) | | |
isThreadCpuTimeSupported | public boolean isThreadCpuTimeSupported()(Code) | | |
resetPeakThreadCount | public void resetPeakThreadCount()(Code) | | |
setThreadContentionMonitoringEnabled | public void setThreadContentionMonitoringEnabled(boolean enable)(Code) | | |
setThreadCpuTimeEnabled | public void setThreadCpuTimeEnabled(boolean enable)(Code) | | |
Methods inherited from org.apache.harmony.lang.management.DynamicMXBeanImpl | public Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException(Code)(Java Doc) public AttributeList getAttributes(String[] attributes)(Code)(Java Doc) public MBeanInfo getMBeanInfo()(Code)(Java Doc) protected MBeanAttributeInfo getPresentAttribute(String attributeName, AttributeAccessType access)(Code)(Java Doc) protected MBeanOperationInfo getPresentOperation(String actionName, String[] signature)(Code)(Java Doc) public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException(Code)(Java Doc) public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException(Code)(Java Doc) public AttributeList setAttributes(AttributeList attributes)(Code)(Java Doc) protected void setMBeanInfo(MBeanInfo info)(Code)(Java Doc)
|
|
|