Verb
|
Description
|
---|---|
SYNC_SEND
|
Calls the Lu62Conversation.sendAndPrepareToReceive(inputMessage) method
|
SYNC_SEND_RECEIVE
|
Calls the Lu62Conversation.sendReceiveSYNC(inputMessage, timeout).getDataReceived() method
|
ASYNC_SEND_RECEIVE
|
Sends data and then receives data asynchronously in MDB. Calls the Lu62Conversation.sendAndPrepareToReceive(inputMessage) method
|
SYNC_RECEIVE
|
Calls the Lu62Conversation.readData(timeout).getDataReceived() method
|
SYNC_TERMINATE
|
Calls the Lu62Conversation.terminate() method to terminate the connection . This verb should only be used in unmanaged Environment. In WAS managed environment, the Connection.close() method should be called instead of calling SYNC_TERMINATE verb.
|
SYNC_GET_LOCAL_LU_NAME
|
Calls the CPIC_Extract_Local_LU_Name API of Communication Server to get the actual local LU name for the current conversation
|
SYNC_GET_PARTNER_LU_NAME
|
Calls the CPIC_Extract_Partner_LU_Name API of Communication Server to get the actual local LU name for the current conversation
|
SYNC_GET_CONVERSATION_STATUS
|
Calls the Lu62Conversation.getConversationStatus() to get the conversation status
|