Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QAMessageListener2

Interface QAMessageListener2 Next Page

onException method


Synopsis

void ianywhere.qanywhere.client.QAMessageListener2.onException(
QAManagerBase mgr,
QAException exception,
QAMessage message
)

Parameters
Remarks

This method is called whenever an exception occurs while listening for messages.

Note that this method cannot be used to automatically close the QAManagerBase instance, as the QAManagerBase.close() method blocks until all message listeners are finished processing.

See Also

Interface QAManagerBase

close method

onMessage(QAMessage)