Serialized Form


Package tppt.gui

Class tppt.gui.DTFrame implements Serializable

Serialized Fields

menuBar

javax.swing.JMenuBar menuBar
the menu bar

toolBar

javax.swing.JToolBar toolBar
the tool bar

expWindow

ExpFrame expWindow
the internal Experiment Setup window

expProgress

ExpProgressFrame expProgress
the internal Experiment Progress Display window

helpWin

HelpFrame helpWin
the internal Help Menu window

open_saveFC

javax.swing.JFileChooser open_saveFC
file chooser for opening and saving experiment setting files

Class tppt.gui.ExpFrame implements Serializable

Serialized Fields

txtName

javax.swing.JTextField txtName

txtDBSchemaFile

javax.swing.JTextField txtDBSchemaFile

txtDBInitFile

javax.swing.JTextField txtDBInitFile

txtPasswd

javax.swing.JPasswordField txtPasswd

comboMode

javax.swing.JComboBox comboMode

comboDBMS

javax.swing.JComboBox comboDBMS
Added by jodie 11/8/2002

checkProxy

javax.swing.JCheckBox checkProxy
Added by jodie 3/2/2003 For connect from home

query

javax.swing.JTextField query

queryCols

javax.swing.JTextField queryCols

queryColNames

javax.swing.JTextField queryColNames

txtTerm

javax.swing.JTextField txtTerm

txtThink

javax.swing.JTextField txtThink

txtRun

javax.swing.JTextField txtRun

txtSrcDir

javax.swing.JTextField txtSrcDir

txtScpDir

javax.swing.JTextField txtScpDir

txtArgDir

javax.swing.JTextField txtArgDir

txtTm

javax.swing.JTextField txtTm

txtApDir

javax.swing.JTextField txtApDir

txtSchemaFile

javax.swing.JTextField txtSchemaFile

fc

javax.swing.JFileChooser fc

open_saveFC

javax.swing.JFileChooser open_saveFC

DBSCHEMAFILE

short DBSCHEMAFILE
Indicates the Browse button for DB Schema File is clicked

DBINITFILE

short DBINITFILE
Indicates the Browse button for DB Init File is clicked

PROTOFILE

short PROTOFILE
Indicates the Browse button for Trans Prototypes File is clicked

TMFILE

short TMFILE
Indicates the Browse button for TM class is clicked - jodie

INITFILE

short INITFILE
Indicates the Browse button for data init file is clicked - jodie

SRCDIR

short SRCDIR
Indicates the Browse button for Trans Source Dir is clicked

SCPDIR

short SCPDIR
Indicates the Browse button for Script Files Dir is clicked

ARGDIR

short ARGDIR
Indicates the Browse button for Argument Files Dir is clicked

APDIR

short APDIR
Indicates the Browse button for AP class Dir is clicked - jodie

Class tppt.gui.ExpProgressFrame implements Serializable

Serialized Fields

ONE_SECOND

int ONE_SECOND

lblImage

javax.swing.JLabel lblImage

label

javax.swing.JLabel label

progressBar

javax.swing.JProgressBar progressBar

runExp

RunExperiment runExp

timer

javax.swing.Timer timer

Class tppt.gui.HelpFrame implements Serializable

Class tppt.gui.HtmlPane implements Serializable

Serialized Fields

html

javax.swing.JEditorPane html

Class tppt.gui.IsolationFrame implements Serializable

Serialized Fields

smallFont

java.awt.Font smallFont

isoTable

javax.swing.JTable isoTable
the preview table for showing the current isolation level of each transaction type

myModel

IsoTableModel myModel
the preview table model associated with isoTable. See IsoTableModel

ru

javax.swing.JRadioButton ru
the radio button for iso level 0 (Read Uncommitted)

rc

javax.swing.JRadioButton rc
the radio button for iso level 1 (Read Committed)

rr

javax.swing.JRadioButton rr
the radio button for iso level 2 (Repeatable Read)

ts

javax.swing.JRadioButton ts
the radio button for iso level 3 (Serializable)

Class tppt.gui.IsoTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames
the column names for the preview table

transIsoList

java.lang.Object[][] transIsoList
a 2-dimentional array keeping track of each transaction type and its current isolation level

minRowCount

int minRowCount

Class tppt.gui.MaxRowsFrame implements Serializable

Serialized Fields

smallFont

java.awt.Font smallFont

txtMaxRows

javax.swing.JTextField txtMaxRows
Input field for max rows per page value

Class tppt.gui.MyCellRenderer implements Serializable

Class tppt.gui.ReportFrame implements Serializable

Serialized Fields

bigFont

java.awt.Font bigFont

rtTable

javax.swing.JTable rtTable

rtModel

ReportTableModel rtModel

saveFC

javax.swing.JFileChooser saveFC

overallRT

double overallRT
The overall average response time of all sucessful transactions.

avgThruput

double avgThruput
the average number of sucessful transaction every millisecond.

deadlockNum

int deadlockNum
the total deadlock happened in all terminals.(including retry)

execTime

long execTime
The exection period of all transaction. (The earliest transaction start time - the latest transanction end time)

Class tppt.gui.ReportTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

transRTList

java.lang.Object[][] transRTList
The data array

transCount

int transCount

minRowCount

int minRowCount

Class tppt.gui.TwoPhaseLogger implements Serializable

Class tppt.gui.TwoPhaseReportFrame implements Serializable

Serialized Fields

box

javax.swing.Box box
Layout manager

label

javax.swing.JLabel label

loggerPane

javax.swing.JScrollPane loggerPane

btnSave

javax.swing.JButton btnSave


Package tppt.xopen

Class tppt.xopen.PreparedTimeoutException implements Serializable