Interface | Description |
---|---|
ResourceIdToPathMapper |
Mapper from a resourceId to a path string.
|
ResourceManager |
Interface for resource managers.
|
ResourceManagerErrorCodes |
Error codes for resource managers.
|
TransactionIdToPathMapper |
Maps transaction ids to paths and back.
|
Class | Description |
---|---|
FileResourceManager |
A resource manager for streamable objects stored in a file system.
|
FileSequence |
Fail-Safe sequence store implementation using the file system.
|
NoOpTransactionIdToPathMapper |
Default implementation of
TransactionIdToPathMapper , which expects
transaction ids being strings and using them as path. |
URLEncodeIdMapper |
URL encodes a resource.
|
VirtualAdminCommandsFileResourceManager |
A resource manager for streamable objects stored in a file system that
features additional administration commands.
|
Exception | Description |
---|---|
ResourceManagerException |
Signals any kind of error or failure state in a
ResourceManager . |
ResourceManagerSystemException |
Signals an internal system error in a
ResourceManager . |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.