Serialized Form
-
Package org.cdlib.mrt.core
-
Class org.cdlib.mrt.core.ComponentContent
class ComponentContent extends Object implements Serializable-
Serialized Fields
-
componentTable
LinkedHashMap<String,
FileComponent> componentTable -
logger
LoggerInf logger
-
objectID
Identifier objectID
-
status
int status
-
statusMessage
String statusMessage
-
versionID
int versionID
-
-
-
Class org.cdlib.mrt.core.DateState
class DateState extends Object implements Serializable-
Serialized Fields
-
date
Date date
-
-
-
Class org.cdlib.mrt.core.FileComponent
class FileComponent extends Object implements Serializable-
Serialized Fields
-
componentFile
File componentFile
-
created
DateState created
-
creator
String creator
-
date
String date
-
FILEPATH
String FILEPATH
-
identifier
String identifier
-
link
URL link
-
LINK
String LINK
-
localID
String localID
-
MD5
String MD5
-
messageDigests
HashSet<MessageDigest> messageDigests
-
MimeType
String MimeType
-
primaryID
String primaryID
-
size
long size
-
SIZE
String SIZE
-
title
String title
-
-
-
Class org.cdlib.mrt.core.Identifier
class Identifier extends Object implements Serializable-
Serialized Fields
-
namespace
Identifier.Namespace namespace
-
value
String value
-
-
-
Class org.cdlib.mrt.core.MessageDigest
class MessageDigest extends Object implements Serializable-
Serialized Fields
-
algorithm
MessageDigestType algorithm
-
debugDump
boolean debugDump
-
value
String value
-
-
-
Class org.cdlib.mrt.core.PingState
class PingState extends Object implements Serializable-
Serialized Fields
-
dateTime
DateState dateTime
-
doGC
boolean doGC
-
freeMemory
long freeMemory
-
maxMemory
long maxMemory
-
peakThreadCnt
long peakThreadCnt
-
prop
Properties prop
-
serviceName
String serviceName
-
tally
TallyTable tally
-
threadCnt
long threadCnt
-
totalMemory
long totalMemory
-
-
-
-
Package org.cdlib.mrt.tools
-
Exception org.cdlib.mrt.tools.RuntimeConfigException
class RuntimeConfigException extends Exception implements Serializable
-
-
Package org.cdlib.mrt.utility
-
Class org.cdlib.mrt.utility.LinkedHashList
class LinkedHashList extends Object implements Serializable-
Serialized Fields
-
hash
LinkedHashMap<K,
Vector<V>> hash
-
-
-
Exception org.cdlib.mrt.utility.TException
class TException extends Exception implements Serializable-
Serialized Fields
-
detail
String detail
-
remoteException
Exception remoteException
-
status
TExceptionEnum status
-
traceElement
StackTraceElement traceElement
-
-
-
Exception org.cdlib.mrt.utility.TException.CONCURRENT_UPDATE
class CONCURRENT_UPDATE extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.EXTERNAL_SERVICE_UNAVAILABLE
class EXTERNAL_SERVICE_UNAVAILABLE extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.FIXITY_CHECK_FAILS
class FIXITY_CHECK_FAILS extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.GATEWAY_TIMEOUT
class GATEWAY_TIMEOUT extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.GENERAL_EXCEPTION
class GENERAL_EXCEPTION extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.INVALID_ARCHITECTURE
class INVALID_ARCHITECTURE extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.INVALID_CONFIGURATION
class INVALID_CONFIGURATION extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.INVALID_DATA_FORMAT
class INVALID_DATA_FORMAT extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.INVALID_OR_MISSING_PARM
class INVALID_OR_MISSING_PARM extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.LOCKING_ERROR
class LOCKING_ERROR extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.NEARLINE_RESTORE_IN_PROCESS
class NEARLINE_RESTORE_IN_PROCESS extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.REMOTE_IO_SERVICE_EXCEPTION
class REMOTE_IO_SERVICE_EXCEPTION extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.REQUEST_ELEMENT_UNSUPPORTED
class REQUEST_ELEMENT_UNSUPPORTED extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.REQUEST_INVALID
class REQUEST_INVALID extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.REQUEST_ITEM_EXISTS
class REQUEST_ITEM_EXISTS extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.REQUESTED_ITEM_NOT_FOUND
class REQUESTED_ITEM_NOT_FOUND extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.SQL_EXCEPTION
class SQL_EXCEPTION extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.UNIMPLEMENTED_CODE
class UNIMPLEMENTED_CODE extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.USER_NOT_AUTHENTICATED
class USER_NOT_AUTHENTICATED extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TException.USER_NOT_AUTHORIZED
class USER_NOT_AUTHORIZED extends TException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException
class TRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
detail
String detail
-
remoteException
Exception remoteException
-
status
TExceptionEnum status
-
traceElement
StackTraceElement traceElement
-
-
-
Exception org.cdlib.mrt.utility.TRuntimeException.CONCURRENT_UPDATE
class CONCURRENT_UPDATE extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.EXTERNAL_SERVICE_UNAVAILABLE
class EXTERNAL_SERVICE_UNAVAILABLE extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.FIXITY_CHECK_FAILS
class FIXITY_CHECK_FAILS extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.GENERAL_EXCEPTION
class GENERAL_EXCEPTION extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.INVALID_ARCHITECTURE
class INVALID_ARCHITECTURE extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.INVALID_CONFIGURATION
class INVALID_CONFIGURATION extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.INVALID_DATA_FORMAT
class INVALID_DATA_FORMAT extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.INVALID_OR_MISSING_PARM
class INVALID_OR_MISSING_PARM extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.LOCKING_ERROR
class LOCKING_ERROR extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.REQUEST_ELEMENT_UNSUPPORTED
class REQUEST_ELEMENT_UNSUPPORTED extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.REQUEST_INVALID
class REQUEST_INVALID extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.REQUEST_ITEM_EXISTS
class REQUEST_ITEM_EXISTS extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.REQUESTED_ITEM_NOT_FOUND
class REQUESTED_ITEM_NOT_FOUND extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.SQL_EXCEPTION
class SQL_EXCEPTION extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.UNIMPLEMENTED_CODE
class UNIMPLEMENTED_CODE extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.USER_NOT_AUTHENTICATED
class USER_NOT_AUTHENTICATED extends TRuntimeException implements Serializable -
Exception org.cdlib.mrt.utility.TRuntimeException.USER_NOT_AUTHORIZED
class USER_NOT_AUTHORIZED extends TRuntimeException implements Serializable
-