Package fedora.server.storage

Interface Summary
BDefReader Title: BDefReader.java Description: Interface for reading Behavior Mechanism Objects.
BMechReader Title: BMechReader.java Description: Interface for reading Behavior Mechanism Objects.
ConnectionPoolManager Title: ConnectionPoolManager.java Description: Interface that defines a Module to facilitate the acquisition of JDBC connection pools for database access.
DOManager Title: DOManager.java Description: A RepositoryReader that provides facilities for creating and modifying objects within the repository, as well as a query facility.
DOReader Title: DOReader.java Description: Interface for reading Fedora digital objects from within the storage sub system.
DOWriter Title: DOWriter.java Description: The standard interface for write operations on a digital object.
ExternalContentManager Title: ExternalContentManager.java Description: Interface that provides a mechanism for retrieving external content via HTTP.
RepositoryReader Title: RepositoryReader.java Description: Provides context-appropriate digital object readers and the ability to list all objects (accessible in the given context) within the repository.
StreamValidator Title: StreamValidator.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.
TestStreamStorage Title: TestStreamStorage.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
ConnectionPool Title: ConnectionPool.java Description: A class for preallocating, recycling, and managing JDBC connections.
ConnectionPoolManagerImpl Title: ConnectionPoolManagerImpl.java Description: Implements ConnectionPoolManager to facilitate obtaining database connection pools.
DefaultDOManager Title: DefaultDOManager.java Description: Manages the reading and writing of digital objects by instantiating an appropriate object reader or writer.
DefaultExternalContentManager Title: DefaultExternalContentManager.java Description: Provides a mechanism to obtain external HTTP-accessible content.
DirectoryBasedRepositoryReader Title: DirectoryBasedRepositoryReader.java Description: A RepositoryReader that uses a directory of serialized objects as its working repository.
DOReaderSAXErrorHandler Title: DOReaderSAXErrorHandler.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.
DORegistry Title: DORegistry.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.
FastBdefReader Title: FastBdefReader.java Description: BDEF Object Reader that accesses objects located in the "Fast" storage area.
FastBmechReader Title: FastBmechReader.java Description: BMECH Object Reader that accesses objects located in the "Fast" storage area.
FastDOReader Title: FastDOReader.java Description: Digital Object Reader that accesses objects located in the "Fast" storage area.
SimpleBDefReader Title: SimpleBDefReader.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.
SimpleBMechReader Title: SimpleBMechReader.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.
SimpleDOReader Title: SimpleDOReader.java Description: A DOReader backed by a DigitalObject.
SimpleDOWriter Title: SimpleDOWriter.java Description: A DOWriter that uses a DigitalObject under the hood.
SimpleServiceAwareReader Title: SimpleServiceAwareReader.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.
TestFileStreamStorage Title: TestFileStreamStorage.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.