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