Class Summary |
DTFrame |
DTFrame constructs and displays the main window of TPPT,
which contains a menu bar, a tool bar, and a display area for
internal windows. |
ExpFrame |
ExpFrame is the main Experiment Window for users to configure
the settings of an experiment. |
ExpProgressFrame |
This class is responsible to display the experiment window.
|
HelpFrame |
HelpFrame shows the user manual in the HTML format. |
HtmlPane |
|
IsolationFrame |
IsolationFrame is the Set Isolation Levels window. |
IsoTableModel |
IsoTableModel creates a 2-column Transaction-Isolation Preview table used
in IsolationFrame
JY10/30/00 corrected errors involving numbering the isolation levels,
thus eliminating discrepancies between Sybase's numerical definition for
different isolation levels and TPPT tool's definition as shown in the
isolation frame
|
ListItem |
This class is the object that define the froeground color, background color
and the value of the word that passed to the logger. |
MaxRowsFrame |
MaxRowsFrame is the Set Max Rows Per Page window, which provides
interface for user to set max rows per page value for all database
tables defined in the user DB Schema file. |
MyCellRenderer |
Create the customized cell renderer so that we can control the
foreground and background color of the JList. |
ReportFrame |
This frame shows the report of the experiment
after the experiemnt terminates properly. |
ReportTableModel |
The table model used to display the experiment result. |
TwoPhaseLogger |
This class is a customized JList worked as a logger in the TwoPhaseReportFrame . |
TwoPhaseReportFrame |
This frame shows the log window that records the response and validation from the
two-phase commit experiment. |