Runtime tools : Service components : JCA SNA Connector : JCA SNA LU62 Connector : Tasks : JCA LU62 sample code
  
JCA LU62 sample code
The application can call the CCI interface to send and/or to receive message synchronously. By using the MDB that implements the Lu62MessageListener type, the application can also receive unsolicited Inbound message asynchronously. The Connector also provides a way to send outbound message by using a special CCI verb ASYNC_SEND_RECEIVE, and then receive the message asynchronously in MDB.
See
Using CCI Interface for Outbound Communication
Using Inbound Interface for Incoming message
Dynamic TPName support at runtime
Go up to
Tasks