javawebparts.misc
Class RecordedRequestPlayer

java.lang.Object
  |
  +--javawebparts.misc.RecordedRequestPlayer

public final class RecordedRequestPlayer
extends java.lang.Object

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.

Author:
Frank W. Zammetti.

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

RecordedRequestPlayer

private RecordedRequestPlayer()
Constructor to avoid static analysis error.

Method Detail

main

public static void main(java.lang.String[] args)
Standard Java app entry point.

Parameters:
args - Command line arguments.

displayUsageInfo

public static void displayUsageInfo()
When any problems are detected when parsing the command line parameters, display usage information. This will also happen when no command line parameters are used at all, which is how usage information will be displayed when a user doesn't know how to use the program and wants to see usage information.



Copyright © 2005 Frank W. Zammetti