jdbm
Interface RecordManagerProvider
- All Known Implementing Classes:
- Provider
public interface RecordManagerProvider
Provider of RecordManager implementation. Classes implementing this
interface act as a factory to provide implementations of RecordManager.
- Author:
- Alex Boisvert
createRecordManager
RecordManager createRecordManager(String filename,
Properties options)
throws IOException
- Create a record manager.
- Parameters:
filename - Base filename of the record file.options - Record manager options.
- Throws:
IOException - if an I/O related exception occurs while creating
or opening the record manager.
UnsupportedOperationException - if some options are not supported by the
implementation.
IllegalArgumentException - if some options are invalid.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.