Runtime components : Service components : JCA SNA Connector : JCA SNA LU0 Connector : Tasks : JCA LU0 Sample Code : Using LU0 Lu0InteractionSpec Verbs
  
Using LU0 Lu0InteractionSpec Verbs
You can call Lu0InteractionSpec.setInteractionVerb to set the verb of the interaction.
 
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.
Go up to
JCA LU0 Sample Code