Package 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: 1413262 $
-
-
Constructor Summary
Constructors Constructor Description ThreadInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentThreadCount()intgetCurrentThreadsBusy()intgetMaxSpareThreads()intgetMaxThreads()intgetMinSpareThreads()voidsetCurrentThreadCount(int value)voidsetCurrentThreadsBusy(int value)voidsetMaxSpareThreads(int value)voidsetMaxThreads(int value)voidsetMinSpareThreads(int value)
-
-
-
Method Detail
-
getMaxSpareThreads
public int getMaxSpareThreads()
- Specified by:
getMaxSpareThreadsin interfaceThreadInfo
-
setMaxSpareThreads
public void setMaxSpareThreads(int value)
- Specified by:
setMaxSpareThreadsin interfaceThreadInfo
-
getMinSpareThreads
public int getMinSpareThreads()
- Specified by:
getMinSpareThreadsin interfaceThreadInfo
-
setMinSpareThreads
public void setMinSpareThreads(int value)
- Specified by:
setMinSpareThreadsin interfaceThreadInfo
-
getMaxThreads
public int getMaxThreads()
- Specified by:
getMaxThreadsin interfaceThreadInfo
-
setMaxThreads
public void setMaxThreads(int value)
- Specified by:
setMaxThreadsin interfaceThreadInfo
-
getCurrentThreadsBusy
public int getCurrentThreadsBusy()
- Specified by:
getCurrentThreadsBusyin interfaceThreadInfo
-
setCurrentThreadsBusy
public void setCurrentThreadsBusy(int value)
- Specified by:
setCurrentThreadsBusyin interfaceThreadInfo
-
getCurrentThreadCount
public int getCurrentThreadCount()
- Specified by:
getCurrentThreadCountin interfaceThreadInfo
-
setCurrentThreadCount
public void setCurrentThreadCount(int value)
- Specified by:
setCurrentThreadCountin interfaceThreadInfo
-
-