com.sun.emp.cci.eci
Class GenericRecordFactory
java.lang.Object
|
+--com.sun.emp.cci.eci.GenericRecordFactory
- All Implemented Interfaces:
- RecordFactory
- public class GenericRecordFactory
- extends Object
- implements RecordFactory
This resource adapter does not provide a working record factory.
This class implements the RecordFactory
interface, but throws
a NotSupportedException
whenever called.
GenericRecordFactory
public GenericRecordFactory()
- Constructor.
createMappedRecord
public MappedRecord createMappedRecord(String recName)
throws ResourceException
- Specified by:
createMappedRecord
in interface RecordFactory
- Throws:
NotSupportedException
- Always
ResourceException
createIndexedRecord
public IndexedRecord createIndexedRecord(String recName)
throws ResourceException
- Specified by:
createIndexedRecord
in interface RecordFactory
- Throws:
NotSupportedException
- Always
ResourceException