Method Summary |
|
public long | getEndTime() Get the end time value.
the end time value. |
public long | getStartTime() Get the start time value.
the start time value. |
public ThreadGroup | getThreadGroup() |
public String | getThreadName() |
public int | getThreadNum() Returns the threadNum. |
protected void | initRun() |
public boolean | isScheduled() Checks whether the JMeterThread is Scheduled. |
public void | run() |
public void | setEndTime(long etime) Set the EndTime for this Thread.
Parameters: etime - the EndTime value. |
public void | setEngine(StandardJMeterEngine engine) |
public void | setInitialContext(JMeterContext context) |
public void | setInitialDelay(int delay) |
public void | setOnErrorStopTest(boolean b) |
public void | setOnErrorStopThread(boolean b) |
public void | setScheduled(boolean sche) Enable the scheduler for this JMeterThread. |
public void | setStartTime(long stime) Set the StartTime for this Thread.
Parameters: stime - the StartTime value. |
public void | setThreadGroup(ThreadGroup group) |
public void | setThreadName(String threadName) |
public void | setThreadNum(int threadNum) Sets the threadNum. |
public void | stop() |