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 QAMessageListener

Interface QAMessageListener Next Page

onException method


Synopsis

void ianywhere.qanywhere.client.QAMessageListener.onException(
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