org.apache.jmeter.monitor.model
Class ThreadInfoImpl
java.lang.Object
org.apache.jmeter.monitor.model.ThreadInfoImpl
- All Implemented Interfaces:
- ThreadInfo
- public class ThreadInfoImpl
- extends Object
- implements ThreadInfo
- Version:
- $Revision: 674365 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadInfoImpl
public ThreadInfoImpl()
getMaxSpareThreads
public int getMaxSpareThreads()
- Specified by:
getMaxSpareThreads in interface ThreadInfo
setMaxSpareThreads
public void setMaxSpareThreads(int value)
- Specified by:
setMaxSpareThreads in interface ThreadInfo
getMinSpareThreads
public int getMinSpareThreads()
- Specified by:
getMinSpareThreads in interface ThreadInfo
setMinSpareThreads
public void setMinSpareThreads(int value)
- Specified by:
setMinSpareThreads in interface ThreadInfo
getMaxThreads
public int getMaxThreads()
- Specified by:
getMaxThreads in interface ThreadInfo
setMaxThreads
public void setMaxThreads(int value)
- Specified by:
setMaxThreads in interface ThreadInfo
getCurrentThreadsBusy
public int getCurrentThreadsBusy()
- Specified by:
getCurrentThreadsBusy in interface ThreadInfo
setCurrentThreadsBusy
public void setCurrentThreadsBusy(int value)
- Specified by:
setCurrentThreadsBusy in interface ThreadInfo
getCurrentThreadCount
public int getCurrentThreadCount()
- Specified by:
getCurrentThreadCount in interface ThreadInfo
setCurrentThreadCount
public void setCurrentThreadCount(int value)
- Specified by:
setCurrentThreadCount in interface ThreadInfo
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.