|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javawebparts.misc.RecordedRequestPlayer
This class is a simple Java application that accepts on the command line the name of a file that was created by the RequestRecorderFilter. It plays back the requests in that file the specified number of times, or continuously.
Nested Class Summary | |
static class |
RecordedRequestPlayer.RunnerThread
This is an inner class that is the thread which is spawned to run through the recorded requests. |
Constructor Summary | |
private |
RecordedRequestPlayer()
Constructor to avoid static analysis error. |
Method Summary | |
static void |
displayUsageInfo()
When any problems are detected when parsing the command line parameters, display usage information. |
static void |
main(java.lang.String[] args)
Standard Java app entry point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private RecordedRequestPlayer()
Method Detail |
public static void main(java.lang.String[] args)
args
- Command line arguments.public static void displayUsageInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |