Class Summary |
ExpFileFilter |
Experiment File Filter is used when the user
chooses to open or save an experiment file. |
OpenedFiles |
This class is used to hold the opened filename and its RandomAccessFile
instance. |
PrototypesAnalyzer |
PrototypesAnalyzer is the parsing tool to parse
Transaction Prototypes File, create transaction table and collect
all parameter names existing in Prototypes File.
|
ReportFileFilter |
Report File Filter is used when the user
chooses to save a performance measurement report file.
|
RunExperiment |
RunExperiment is the class to activate the experiment progress.
|
SwingWorker |
SwingWorker is used to move a time-consuming task
from an action event handler into a background thread,
so that the GUI remains responsive.
|
SwingWorker.ThreadVar |
Class to maintain reference to current worker thread
under separate synchronization control. |
Terminal |
Terminal is a thread to simulate a terminal that run the a group of transaction
session user define in the Transaction Script File. |
TermKeyValues |
TermKeyValues class is used to hold the terminal
key and its values. |
Transaction |
Transaction class represents as a transaction method the
user defined in the transaction prototype file. |
Utils |
A Utility class for easy manupilation of file names and extensions. |