IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Using LU0 Lu0InteractionSpec Verbs

About this task

You can call Lu0InteractionSpec.setInteractionVerb to set the verb of the interaction.
Table 1.
Verb Description
SYNC_SEND Calls the Lu0SnaSession.send(inputMessage) method
SYNC_SEND_RECEIVE Calls the Lu0SnaSession.sendReceive(inputMessage, timeout).getDataReceived() method
ASYNC_SEND_RECEIVE Send data and then receive data asynchronously in MDBCalls the Lu0SnaSession.send(inputMessage) method
SYNC_RECEIVE Calls the Lu0SnaSession.receiveData(timeout) method
SYNC_GET_SESSION_STATUS Call the Lu0Session.getSessionStatus()method
SYNC_GET_ACTUAL_LU_NAME Call the Lu0Session.getLuName ()method
Note: The SYNC_GET_SESSION_STATUS and SYNC_GET_ACTUAL_LU_NAME are not supported for Dummy JCA SNA LU0 Connector.


Feedback