Serialized Form

Class vc.corba.common.intf._FileVersionManagerImplBase implements Serializable


Class vc.corba.common.intf._FileVersionManagerStub implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)

writeObject

private void writeObject(java.io.ObjectOutputStream s)


Class vc.corba.common.intf._ProjectDBManagerCBImplBase implements Serializable


Class vc.corba.common.intf._ProjectDBManagerCBStub implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)

writeObject

private void writeObject(java.io.ObjectOutputStream s)


Class vc.corba.common.intf._ProjectDBManagerImplBase implements Serializable


Class vc.corba.common.intf._ProjectDBManagerStub implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)

writeObject

private void writeObject(java.io.ObjectOutputStream s)


Class vc.corba.common.data.DirDiskMap implements Serializable

Serialized Fields

user

java.lang.String user

osDirectory

java.lang.String osDirectory


Class vc.corba.common.data.Directory implements Serializable

Serialized Fields

name

java.lang.String name

id

java.lang.String id

dirDiskMap

DirDiskMap dirDiskMap


Class vc.corba.common.data.File implements Serializable

Serialized Fields

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


Class vc.corba.server.FileVersionManagerImpl implements Serializable

Serialized Fields

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.


Class vc.gui.common.handling.GenericTableModel implements Serializable

Serialized Fields

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


Class vc.gui.client.ui.GuiConstants implements Serializable


Class vc.corba.common.data.HistoryElement implements Serializable

Serialized Fields

name

java.lang.String name

id

java.lang.String id

isFile

boolean isFile

labelVersionMap

LabelVersionMap labelVersionMap


Class vc.corba.common.IgnorableException implements Serializable

Serialized Fields

message

java.lang.String message
String conveying the warning message


Class vc.corba.common.data.LabelVersionMap implements Serializable

Serialized Fields

label

java.lang.String label

version

java.lang.String version

creator

java.lang.String creator

birthDate

long birthDate


Class vc.corba.common.data.NoSuchDataFound implements Serializable


Class vc.corba.server.ProjectDBManagerImpl implements Serializable

Serialized Fields

projectDB

ProjectDB projectDB
reference to ProjectDB which has most of the version related functionality encapsulated into it


Class vc.gui.server.ui.ServerFrame implements Serializable

Serialized Fields

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


Class vc.corba.common.data.VCException implements Serializable

Serialized Fields

code

int code

desc

java.lang.String desc


Class vc.corba.common.data.VersionData implements Serializable

Serialized Fields

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