|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InboundListener
Listener interface that provides for inbound notifications and EIS-initiated request/response entry points.
The requirement for the resource adapter provider is to either support the InboundListener
interface
or to provide a data binding implementation that understands InboundNativeDataRecord, that is
RecordHolderDataBinding.
RecordHolderDataBinding
,
InboundNativeDataRecord
Method Summary | |
---|---|
void |
onNotification(Record eventRecord)
Method invoked by the resource adapter to deliver one way inbound notification to the endpoint. |
Methods inherited from interface javax.resource.cci.MessageListener |
---|
onMessage |
Method Detail |
---|
void onNotification(Record eventRecord) throws ResourceException
eventRecord
- Inbound event data, may be null
.
ResourceException
- if an error occured during execution
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |