commonj.connector.runtime
Interface RecordDataBinding

All Superinterfaces:
Cloneable, DataBinding, Record, Serializable

public interface RecordDataBinding
extends DataBinding, Record

A specialization of DataBinding interface for the resource adapter implementation. It represents the adapter view of the conversion between application specific data representation and the native format.

It allows the DataBinding to be passed directly to the Interaction.execute() method where the resource adapter supports execute with input and output. If the adapter supports execute with input only, the adapter must implement the RecordHolderDataBinding. The interface assumes that resource adapter extracts the native format of the data in the adapter specific way and does not restrict this in any way.

Since:
1.0
See Also:
DataBinding

Method Summary
 
Methods inherited from interface commonj.connector.runtime.DataBinding
getDataObject, setDataObject
 
Methods inherited from interface javax.resource.cci.Record
clone, equals, getRecordName, getRecordShortDescription, hashCode, setRecordName, setRecordShortDescription