|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.threads.JMeterContext
Method Summary | |
void |
clear()
|
Sampler |
getCurrentSampler()
|
SampleResult |
getPreviousResult()
|
Sampler |
getPreviousSampler()
Returns the previousSampler. |
byte[] |
getReadBuffer()
|
int |
getThreadNum()
Returns the threadNum. |
JMeterVariables |
getVariables()
|
boolean |
isSamplingStarted()
|
void |
setCurrentSampler(Sampler sampler)
|
void |
setPreviousResult(SampleResult result)
|
void |
setPreviousSampler(Sampler previousSampler)
Sets the previousSampler. |
void |
setSamplingStarted(boolean b)
|
void |
setThreadNum(int threadNum)
Sets the threadNum. |
void |
setVariables(JMeterVariables vars)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void clear()
public JMeterVariables getVariables()
public byte[] getReadBuffer()
public void setVariables(JMeterVariables vars)
public SampleResult getPreviousResult()
public void setPreviousResult(SampleResult result)
public Sampler getCurrentSampler()
public void setCurrentSampler(Sampler sampler)
public Sampler getPreviousSampler()
public void setPreviousSampler(Sampler previousSampler)
previousSampler
- the previousSampler to setpublic int getThreadNum()
public void setThreadNum(int threadNum)
threadNum
- the threadNum to setpublic boolean isSamplingStarted()
public void setSamplingStarted(boolean b)
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |