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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAManagerBase interface

 

start method

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

Remarks

Starts the QAManagerBase for receiving incoming messages.

Any calls to this method beyond the first without an intervening QAManagerBase.stop() call are ignored.

See Also

stop method