Package fedora.server.utilities

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

Class Summary
AxisUtility Title: AxisUtility.java
ColumnSpec Title: ColumnSpec.java
ConnectionWrapper Title: ConnectionWrapper.java
DateUtility Title: DateUtility.java
DCFields Title: DCFields.java
McKoiDDLConverter A DDLConverter that works with McKoi.
MD5Utility Static methods for creating evenly-distributed hashes.
MethodInvokerThread Title: MethodInvokerThread.java
MySQLDDLConverter A DDLConverter that works with MySQL.
OracleDDLConverter A DDLConverter that works with Oracle.
PostgresDDLConverter A DDLConverter that works with Postgres.
ProtocolPort  
RuntimeWSDL Utility for combining WSDL and XSD into a single file, with a specific service endpoint.
ServerUtility  
SQLUtility SQL-related utility methods.
StreamUtility Utility methods for working with character-based or raw sequences of data.
StringUtility Title: StringUtility.java
TableCreatingConnection Title: TableCreatingConnection.java
TableSpec Title: TableSpec.java
TableSpecDeserializer Title: TableSpecDeserializer.java
ThreadMonitorImpl Implementation of ThreadMonitor.
ThreadMonitorModule Module wrapper for ThreadMonitorImpl.
TypeUtility 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.