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: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
 

Class Summary
AxisUtility Title: AxisUtility.java Description: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
ColumnSpec Title: ColumnSpec.java Description: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
ConfigurationLoader Utility class to load Fedora configuration files (e.g. fedora.fcfg). ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
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: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
Logger  
McKoiDDLConverter Title: McKoiDDLConverter.java Description: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
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: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
OracleDDLConverter Title: OracleDDLConverter.java Description: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
SQLUtility Title: SQLUtility.java Description: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
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: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
ThreadMonitorImpl Title: ThreadMonitorImpl.java Description: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
ThreadMonitorModule Title: ThreadMonitorModule.java Description: ----------------------------------------------------------------------------- License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License.
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.