com.quadrique.jbuildingblocks.core.process
Class JbbVmThreadInfo
java.lang.Object
com.quadrique.jbuildingblocks.core.process.JbbVmThreadInfo
public class JbbVmThreadInfo
- extends Object
- Author:
- dkumbham
|
Constructor Summary |
JbbVmThreadInfo(int threadCount,
int peakThreadCount,
int daemonThreadCount,
long totalStartedThreadCount)
|
JbbVmThreadInfo
public JbbVmThreadInfo(int threadCount,
int peakThreadCount,
int daemonThreadCount,
long totalStartedThreadCount)
getThreadCount
public int getThreadCount()
setThreadCount
public void setThreadCount(int threadCount)
getPeakThreadCount
public int getPeakThreadCount()
setPeakThreadCount
public void setPeakThreadCount(int peakThreadCount)
getDaemonThreadCount
public int getDaemonThreadCount()
setDaemonThreadCount
public void setDaemonThreadCount(int daemonThreadCount)
getTotalStartedThreadCount
public long getTotalStartedThreadCount()
setTotalStartedThreadCount
public void setTotalStartedThreadCount(long totalStartedThreadCount)
Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.