org.sourceforge.bdbadapter.cci
Class RecordFactoryImpl

java.lang.Object
  |
  +--org.sourceforge.bdbadapter.cci.RecordFactoryImpl
All Implemented Interfaces:
javax.resource.cci.RecordFactory

public class RecordFactoryImpl
extends java.lang.Object
implements javax.resource.cci.RecordFactory


Constructor Summary
RecordFactoryImpl()
           
 
Method Summary
 javax.resource.cci.IndexedRecord createIndexedRecord(java.lang.String recordName)
           
 javax.resource.cci.MappedRecord createMappedRecord(java.lang.String recordName)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

RecordFactoryImpl

public RecordFactoryImpl()
Method Detail

createMappedRecord

public javax.resource.cci.MappedRecord createMappedRecord(java.lang.String recordName)
                                                   throws javax.resource.ResourceException
Specified by:
createMappedRecord in interface javax.resource.cci.RecordFactory

createIndexedRecord

public javax.resource.cci.IndexedRecord createIndexedRecord(java.lang.String recordName)
                                                     throws javax.resource.ResourceException
Specified by:
createIndexedRecord in interface javax.resource.cci.RecordFactory