Class ThreadInfoImpl
java.lang.Object
org.apache.jmeter.monitor.model.ThreadInfoImpl
- All Implemented Interfaces:
ThreadInfo
- Version:
- $Revision: 1413262 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintvoidsetCurrentThreadCount(int value) voidsetCurrentThreadsBusy(int value) voidsetMaxSpareThreads(int value) voidsetMaxThreads(int value) voidsetMinSpareThreads(int value)
-
Constructor Details
-
ThreadInfoImpl
public ThreadInfoImpl()
-
-
Method Details
-
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
-