|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vc.corba.server.ServerConstants
ServerConstants is a class that packs all the constants related to the CORBA/VersionControl server. Most of it's fields will be loaded from the VCServer.properties file by PropertyLoader class when the VersionControl server is initialized. These properties/constants will be used by different classes of VersionControl server.
Field Summary | |
static java.lang.String |
EmptyString
Empty string |
static int |
ExceptionCode_NoDiskMapIsSet
Exception code for indicating that the disk map is not set for project element |
static java.lang.String |
ExceptionDesc_NoDiskMapForDir
Description for the Exception that the disk map is not set for the directory |
static java.lang.String |
ExceptionDesc_NoDiskMapForFile
Description for the Exception that the disk map is not set for the file |
static java.lang.String |
FileVersionName_Latest
String indicating the latest version name of a file |
static java.lang.String |
LogFileName
Name of the file where the log is written for VersionControl server |
static java.lang.String |
ORB_IPAddress
IP address of the ORB server VersionControl is going to publish |
static java.lang.String |
ORB_Port
Port number of the ORB server VersionControl is going to publish |
Constructor Summary | |
ServerConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String ORB_IPAddress
public static java.lang.String ORB_Port
public static final java.lang.String EmptyString
public static java.lang.String LogFileName
public static final int ExceptionCode_NoDiskMapIsSet
public static final java.lang.String ExceptionDesc_NoDiskMapForDir
public static final java.lang.String ExceptionDesc_NoDiskMapForFile
public static final java.lang.String FileVersionName_Latest
Constructor Detail |
public ServerConstants()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |