void ianywhere.qanywhere.client.QAManagerBase.stop()
throws QAException
Thrown if there is a problem stopping the QAManagerBase instance.
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.