void |
VirtualUser.executeCommand() |
For internal use only.
|
void |
VirtualUser.executeCommand(VirtualUserScript script) |
For internal use only.
|
void |
VirtualUser.exitVU() |
Stops execution of this Virtual User.
|
void |
VirtualUser.exitVU(boolean pass) |
Stops execution of this Virtual User, specifying whether the script completed successfully.
|
void |
VirtualUser.exitVU(java.lang.String msg,
boolean pass) |
Stops execution of this Virtual User, specifying whether the script completed successfully and a message to display at the end of the event log.
|
void |
VirtualUserScript.exitVU() |
Stops execution of this Virtual User.
|
void |
VirtualUserScript.exitVU(boolean pass) |
Stops execution of this Virtual User, specifying whether the script completed successfully.
|
void |
VirtualUserScript.exitVU(java.lang.String msg,
boolean pass) |
Stops execution of this Virtual User, specifying whether the script completed successfully and a message to display at the end of the event log.
|
int |
VirtualUser.getTimingElapsedTime() |
Gets the elapsed time of the current active timing.
|
int |
VirtualUser.getTimingElapsedTime(VirtualUserScript script) |
Gets the elapsed time of the current active timing.
|
int |
VirtualUserScript.getTimingElapsedTime() |
Gets the elapsed time of the current active timing.
|
int |
VirtualUser.getTransactionElapsedTime(java.lang.String id) |
Gets the current elapsed time of the transaction with the specified id .
|
int |
VirtualUser.getTransactionElapsedTime(java.lang.String id,
java.lang.String tag) |
Gets the current elapsed time of the transaction with the specified id and tag .
|
int |
VirtualUser.getTransactionElapsedTime(java.lang.String id,
java.lang.String tag,
VirtualUserScript script) |
Gets the current elapsed time of the transaction with the specified id and tag .
|
int |
VirtualUserScript.getTransactionElapsedTime(java.lang.String id) |
Gets the current elapsed time of the transaction with the specified id .
|
int |
VirtualUserScript.getTransactionElapsedTime(java.lang.String id,
java.lang.String tag) |
Gets the current elapsed time of the transaction with the specified id and tag .
|
int |
VirtualUser.pause() |
Pauses the execution of the script.
|
int |
VirtualUser.pause(int interval) |
|
int |
VirtualUser.pause(int interval,
VirtualUserScript script) |
|
int |
VirtualUser.pause(VirtualUserScript script) |
Pauses the execution of the script.
|
int |
VirtualUserScript.pause() |
Pauses the execution of the script.
|
int |
VirtualUserScript.pause(int interval) |
|