Package fedora.server.utilities

Interface Summary
DDLConverter Title: DDLConverter.java Description: Interface for a converter of TableSpec objects to RDBMS-specific DDL code.
ThreadMonitor Title: ThreadMonitor.java Description:
 

Class Summary
AxisUtility Title: AxisUtility.java Description:
ColumnSpec Title: ColumnSpec.java Description:
ConfigurationLoader Utility class to load Fedora configuration files (e.g. fedora.fcfg).
ConnectionWrapper Title: ConnectionWrapper.java Description: A wrapper around a java.sql.Connection that calls the wrapped Connection's methods for all calls.
DateUtility Title: DateUtility.java Description: A collection of utility methods for performing frequently require tasks.
DCFields Title: DCFields.java Description:
Logger Title: Logger.java Description: A logging utility to facilitate writing to the Fedora server logs.
McKoiDDLConverter Title: McKoiDDLConverter.java Description:
MD5Utility Title: ND5Utility.java Description: Static methods for creating evenly-distributed hashes.
MethodInvokerThread Title: MethodInvokerThread.java Description: A Thread that invokes a single method, then exits.
MySQLDDLConverter Title: MySQLDDLConverter.java Description:
OracleDDLConverter Title: OracleDDLConverter.java Description:
ProtocolPort  
ServerUtility  
SQLUtility Title: SQLUtility.java Description:
StreamUtility Title: StreamUtility.java Description: Static utility methods useful when working with character-based or raw sequences of data.
StringUtility Title: StringUtility.java Description: A utility class for common string operations.
TableCreatingConnection Title: TableCreatingConnection.java Description: A ConnectionWrapper that creates tables on the target database given a TableSpec.
TableSpec Title: TableSpec.java Description: A holder of table specification information that helps in producing RDBMS-generic DDL "CREATE TABLE" commands.
TableSpecDeserializer Title: TableSpecDeserializer.java Description:
ThreadMonitorImpl Title: ThreadMonitorImpl.java Description:
ThreadMonitorModule Title: ThreadMonitorModule.java Description:
TypeUtility Title: TypeUtility.java Description: A utility class for converting back and forth from the internal Fedora type classes in fedora.server.storage.types and the generated type classes produced by the wsdl2java emitter in fedora.server.types.gen.