Class MFECIRecordFactory

This implementation class is used for creating IndexedRecord instances.
java.lang.Object

extended by com.microfocus.cics.connector.cci.MFECIRecordFactory

All Implemented Interfaces

javax.resource.cci.RecordFactory

Class Specifications

public class MFECIRecordFactory

extends Object

implements javax.resource.cci.RecordFactory

Constructor Summary

MFECIRecordFactory()

Methods

Method Summary
javax.resource.cci.IndexedFactory createIndexedRecord(String recordName)

Create an indexed record instance.

javax.resource.cci.MappedRecord createMappedRecord(String recordName)

Mapped records are not supported.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

MFECIRecordFactory
public MFECIRecordFactory()

Method Detail

createMappedRecord
public javax.resource.cci.MappedRecord createMappedRecord(String recordName)
                                throws javax.resource.ResourceException

Mapped records are not supported.

Specified by:
createMappedRecord in interface javax.resource.cci.RecordFactory
Parameters:
recordName The name of the record.
Throws:
javax.resource.ResourceException
createIndexedRecord
public javax.resource.cci.IndexedRecord createIndexedRecord(String recordName)
                                  throws javax.resource.ResourceException

Create an indexed record instance.

Specified by:
createIndexedRecord in interface javax.resource.cci.RecordFactory
Parameters:
recordName The name of the record.
Returns:
The indexed record instance.
Throws:
javax.resource.ResourceException