|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordHolderDataBinding
A specialization of DataBinding interface for the resource adapter implementation. It allows to get and set the native format of the data as the implementation of cci.Record. It is used in the invocation of the outbound J2C service when the resource adapter supports the execute method with input only and in the inbound invocation. This must be provided for the adapter that supports Interaction.execute() with input only and for adapter that supports inbound communication.
Method Summary | |
---|---|
Record |
getRecord()
Get the native representation of data as cci Record. |
void |
setRecord(Record aRecord)
Set the native data on the binding. |
Methods inherited from interface commonj.connector.runtime.DataBinding |
---|
getDataObject, setDataObject |
Method Detail |
---|
Record getRecord() throws DataBindingException
null
which
indicates that there is no native data. Any error must be reported using DataBindingException.
DataBindingException
- if an error occured during execution. The cause
may contain the original exception.void setRecord(Record aRecord) throws DataBindingException
aRecord
- Native representation of the data as cci Record. The argument may be null
.
DataBindingException
- if an error occured during execution. The cause
may contain the original exception.InboundNativeDataRecord
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |