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