wt.dataops.archivesystem
Class WTArchiveSystemConstants

java.lang.Object
  extended bywt.dataops.archivesystem.WTArchiveSystemConstants
All Implemented Interfaces:
Externalizable, Serializable

public class WTArchiveSystemConstants
extends Object
implements Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
static String archivePropFileProperty
          

Supported API: false
static String archiveSystemArchiveVolume
          

Supported API: false
static String archiveSystemDefaultHostName
          

Supported API: false
static String archiveSystemDefaultImpl
          

Supported API: false
static long archiveSystemDefaultRmiPort
          

Supported API: false
static long archiveSystemDefaultServerPort
          

Supported API: false
static WTArchiveType archiveSystemDefaultType
          

Supported API: false
static String archiveSystemHostName
          

Supported API: false
static String archiveSystemImplProp
          

Supported API: false
static String archiveSystemIndexingAgent
          

Supported API: false
static String archiveSystemPasswd
          

Supported API: false
static String archiveSystemPrefRootNode
          

Supported API: false
static String archiveSystemPropRootNode
          

Supported API: false
static long archiveSystemRetainForDays
          

Supported API: false
static long archiveSystemRetainForYears
          

Supported API: false
static String archiveSystemRetentionPeriod
          

Supported API: false
static String archiveSystemRmiPort
          

Supported API: false
static String archiveSystemSearchVolumes
          

Supported API: false
static String archiveSystemServerPort
          

Supported API: false
static String archiveSystemUserName
          

Supported API: false
static String basicHintsFile
          

Supported API: false
private static String CLASSNAME
           
static String cyaArchiveSystemImplNode
          

Supported API: false
static String cyaTestJar
          

Supported API: false
static long EXTERNALIZATION_VERSION_UID
           
static String fileArchiveSystemImplNode
          

Supported API: false
protected static long OLD_FORMAT_VERSION_UID
           
static String outputHintsDir
          

Supported API: false
static String prefPathSeparator
          

Supported API: false
static String propPathSeparator
          

Supported API: false
private static String RESOURCE
           
static String secondaryHintsFile
          

Supported API: false
(package private) static long serialVersionUID
           
 
Constructor Summary
WTArchiveSystemConstants()
           
 
Method Summary
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(WTArchiveSystemConstants thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

archiveSystemPrefRootNode

public static final String archiveSystemPrefRootNode


Supported API: false

See Also:
Constant Field Values

fileArchiveSystemImplNode

public static final String fileArchiveSystemImplNode


Supported API: false

See Also:
Constant Field Values

cyaArchiveSystemImplNode

public static final String cyaArchiveSystemImplNode


Supported API: false

See Also:
Constant Field Values

archiveSystemSearchVolumes

public static final String archiveSystemSearchVolumes


Supported API: false

See Also:
Constant Field Values

archiveSystemArchiveVolume

public static final String archiveSystemArchiveVolume


Supported API: false

See Also:
Constant Field Values

archiveSystemRetentionPeriod

public static final String archiveSystemRetentionPeriod


Supported API: false

See Also:
Constant Field Values

archiveSystemRetainForDays

public static final long archiveSystemRetainForDays


Supported API: false

See Also:
Constant Field Values

archiveSystemPropRootNode

public static final String archiveSystemPropRootNode


Supported API: false

See Also:
Constant Field Values

archiveSystemImplProp

public static final String archiveSystemImplProp


Supported API: false

See Also:
Constant Field Values

archiveSystemDefaultImpl

public static final String archiveSystemDefaultImpl


Supported API: false

See Also:
Constant Field Values

archiveSystemHostName

public static final String archiveSystemHostName


Supported API: false

See Also:
Constant Field Values

archiveSystemUserName

public static final String archiveSystemUserName


Supported API: false

See Also:
Constant Field Values

archiveSystemPasswd

public static final String archiveSystemPasswd


Supported API: false

See Also:
Constant Field Values

archiveSystemServerPort

public static final String archiveSystemServerPort


Supported API: false

See Also:
Constant Field Values

archiveSystemIndexingAgent

public static final String archiveSystemIndexingAgent


Supported API: false

See Also:
Constant Field Values

archiveSystemDefaultHostName

public static final String archiveSystemDefaultHostName


Supported API: false

See Also:
Constant Field Values

archiveSystemRmiPort

public static final String archiveSystemRmiPort


Supported API: false

See Also:
Constant Field Values

archiveSystemDefaultRmiPort

public static final long archiveSystemDefaultRmiPort


Supported API: false

See Also:
Constant Field Values

archiveSystemDefaultServerPort

public static final long archiveSystemDefaultServerPort


Supported API: false

See Also:
Constant Field Values

prefPathSeparator

public static final String prefPathSeparator


Supported API: false

See Also:
Constant Field Values

propPathSeparator

public static final String propPathSeparator


Supported API: false

See Also:
Constant Field Values

archiveSystemDefaultType

public static final WTArchiveType archiveSystemDefaultType


Supported API: false


basicHintsFile

public static final String basicHintsFile


Supported API: false

See Also:
Constant Field Values

secondaryHintsFile

public static final String secondaryHintsFile


Supported API: false

See Also:
Constant Field Values

outputHintsDir

public static final String outputHintsDir


Supported API: false

See Also:
Constant Field Values

cyaTestJar

public static final String cyaTestJar


Supported API: false

See Also:
Constant Field Values

archivePropFileProperty

public static final String archivePropFileProperty


Supported API: false

See Also:
Constant Field Values

archiveSystemRetainForYears

public static final long archiveSystemRetainForYears


Supported API: false

See Also:
Constant Field Values

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

WTArchiveSystemConstants

public WTArchiveSystemConstants()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(WTArchiveSystemConstants thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException