|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface class defines the methods that will be called if the simple callback mechanism is implemented. Using the simple callback interface a class can be notified of publications arriving and the TCP/IP connection unexpectedly terminating.
Method Summary | |
void |
connectionLost()
Called by the MQIsdp session if the TCP/IP connection unexpectedly terminates |
void |
publishArrived(java.lang.String thisTopicName,
byte[] thisPayload,
int QoS,
boolean retained)
Called by the MQIsdp session when it receives a publish message from the broker. |
Method Detail |
public void connectionLost() throws java.lang.Exception
java.lang.Exception
public void publishArrived(java.lang.String thisTopicName, byte[] thisPayload, int QoS, boolean retained)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |