com.ibm.MQIsdp
Interface MQIsdpAdvancedCallback

All Superinterfaces:
MQIsdpSimpleCallback

public interface MQIsdpAdvancedCallback
extends MQIsdpSimpleCallback

This interface class defines the methods that will be called if the advanced callback mechanism is implemented. Using the advanced callback interface a class can be notified when MQIsdp protocol acknowledgements are recieved for particular events on the current session, such as becoming connected, disconnected, publications being successfully published, subscriptions being successfully registered and de-registered.


Method Summary
 void published(int aMsgId)
          Called by the MQIsdp session when a publish has been fully acknowledged, as appropriate for the quality of service.
 
Methods inherited from interface com.ibm.MQIsdp.MQIsdpSimpleCallback
connectionLost, publishArrived
 

Method Detail

published

public void published(int aMsgId)
Called by the MQIsdp session when a publish has been fully acknowledged, as appropriate for the quality of service. The published method is not called for QoS 0 publications. Returns aMsgId, which is the message id returned from the original call to publish()