com.ibm.connector2.sna.lu62
Interface Lu62MessageListener
public interface Lu62MessageListener
Message Listener for Lu62 inbound message
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
onIncomingMessage
int onIncomingMessage(java.lang.String msg,
Lu62Conversation conversation)
- Deliver message to endpoint for incoming message
- Parameters:
msg
- The message that is delivered to the message endpointconversation
- The Lu62Conversation instance which can be used to send reply message using Lu62Conversation.send(replyMesssage)
- Returns:
- if the message handling is OK, method should return zero, otherwise non zero.
onOutgoingReplyMessage
int onOutgoingReplyMessage(java.lang.String msg)
- Deliver message to endpoint for reply message of outgoing
- Parameters:
msg
- The message that is delivered to the message endpoint
- Returns:
- f the message handling is OK, method should return zero, otherwise non zero.
(c) Copyright IBM Corporation 1998, 2008