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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAManagerBase interface

 

stop method

Syntax
void QAManagerBase.stop()
throws QAException
Throws
  • Thrown if there is a problem stopping the QAManagerBase instance.

Remarks

Halts the QAManagerBase's reception of incoming messages.

The messages are not lost. They just are not received until the manager is started again. Any calls to stop() beyond the first without an intervening QAManagerBase.start() call are ignored.

See Also

start method