void ianywhere.qanywhere.client.QAManager.open(
short mode
)
throws QAException
mode The acknowledgement mode, one of AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT or AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT.
Thrown if there is a problem opening the QAManager instance.
Opens the QAManager with the given AcknowledgementMode value.
The open(short) method must be the first method called after creating a QAManager.