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.


Constructor Summary
GenericRecordFactory()
          Constructor.
 
Method Summary
 IndexedRecord createIndexedRecord(String recName)
           
 MappedRecord createMappedRecord(String recName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRecordFactory

public GenericRecordFactory()
Constructor.

Method Detail

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