This is the factory class to use for instantiating
RecordManager instances.
author: Alex Boisvert author: Cees de Groot version: $Id: RecordManagerFactory.java,v 1.2 2005/06/25 23:12:31 doomdark Exp $
Create a record manager.
Parameters: name - Name of the record file. throws: IOException - if an I/O related exception occurs while creatingor opening the record manager. throws: UnsupportedOperationException - if some options are not supported by theimplementation. throws: IllegalArgumentException - if some options are invalid.
Create a record manager.
Parameters: name - Name of the record file. Parameters: options - Record manager options. throws: IOException - if an I/O related exception occurs while creatingor opening the record manager. throws: UnsupportedOperationException - if some options are not supported by theimplementation. throws: IllegalArgumentException - if some options are invalid.