Serialized Form
readObject
private void readObject(java.io.ObjectInputStream s)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
readObject
private void readObject(java.io.ObjectInputStream s)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
readObject
private void readObject(java.io.ObjectInputStream s)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
user
java.lang.String user
osDirectory
java.lang.String osDirectory
name
java.lang.String name
id
java.lang.String id
dirDiskMap
DirDiskMap dirDiskMap
name
java.lang.String name
id
java.lang.String id
checkedOut
boolean checkedOut
contentFileName
java.lang.String contentFileName
timeStamp
java.lang.String timeStamp
dirMappedTo
java.lang.String dirMappedTo
checkedOutUser
java.lang.String checkedOutUser
projectDB
ProjectDB projectDB
- reference to ProjectDB which has most of the version related functionality encapsulated into it
projectDBManager
ProjectDBManagerImpl projectDBManager
- reference to the Peer CORBA implementatin class which manages the database of projects and files
connections
java.util.Vector connections
- A collection of connections made to VersionControl/CORBA sesrver.
columnNames
java.lang.String[] columnNames
- Column names of the heading string for the table
data
java.util.Vector data
- Vector holding a rows of data as vectors with each inner vector represents
a row of data
name
java.lang.String name
id
java.lang.String id
isFile
boolean isFile
labelVersionMap
LabelVersionMap labelVersionMap
message
java.lang.String message
- String conveying the warning message
label
java.lang.String label
version
java.lang.String version
creator
java.lang.String creator
birthDate
long birthDate
projectDB
ProjectDB projectDB
- reference to ProjectDB which has most of the version related functionality encapsulated into it
orbThread
java.lang.Thread orbThread
- The thread in which the ORB instance will run after restarting the VersionControl server
vcServer
VCServer vcServer
- VCServer is the main class of VersionControl server. It initializes the ORB and
then the implementation classes of CORBA server. After that it waits for the incomming
clients and their requests.
label_Heading
javax.swing.JLabel label_Heading
- Label for showing the heading for the VersionControl server GUI screen
label_StatusBar
javax.swing.JLabel label_StatusBar
- Label for showing the operation status on the VersionControl server GUI screen
button_Start
javax.swing.JButton button_Start
- Button for restarting the VersionControl server
button_Stop
javax.swing.JButton button_Stop
- Button for stopping the VersionControl server
button_Exit
javax.swing.JButton button_Exit
- Button for terminating the VersionControl server application
button_Help
javax.swing.JButton button_Help
- Button for showing the help content for VersionControl server
button_OnTheWeb
javax.swing.JButton button_OnTheWeb
- Button for related content for VersionControl server on the web
button_About
javax.swing.JButton button_About
- Button for showing the basic information about VersionControl server
titledBorder1
javax.swing.border.TitledBorder titledBorder1
- Border object for one of the GUI objects
titledBorder2
javax.swing.border.TitledBorder titledBorder2
- Border object for one of the GUI objects
code
int code
desc
java.lang.String desc
fileID
java.lang.String fileID
versionName
java.lang.String versionName
comment
java.lang.String comment
content
java.lang.String content
creator
java.lang.String creator
birthDate
java.lang.String birthDate