Serialized Form
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
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
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
html
javax.swing.JEditorPane html
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)
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
smallFont
java.awt.Font smallFont
txtMaxRows
javax.swing.JTextField txtMaxRows
- Input field for max rows per page value
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)
columnNames
java.lang.String[] columnNames
transRTList
java.lang.Object[][] transRTList
- The data array
transCount
int transCount
minRowCount
int minRowCount
box
javax.swing.Box box
- Layout manager
label
javax.swing.JLabel label
loggerPane
javax.swing.JScrollPane loggerPane
btnSave
javax.swing.JButton btnSave