|
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: |
| TestStreamStorage |
Title: TestStreamStorage.java
Description: |
|
Class Summary |
| ConnectionPool |
Title: ConnectionPool.java
Description: Provides a dispenser for database Connection Pools. |
| 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: |
| DORegistry |
Title: DORegistry.java
Description: |
| 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: |
| SimpleBMechReader |
Title: SimpleBMechReader.java
Description: |
| 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: |
| TestFileStreamStorage |
Title: TestFileStreamStorage.java
Description: |