getMode method

Syntax
short ianywhere.qanywhere.client.QAManagerBase.getMode()
throws QAException
Throws
  • Thrown if there is a problem retrieving the QAManager acknowledgement mode.
Remarks

Returns the QAManager acknowledgement mode for received messages.

For a list of return values, see Interface AcknowledgementMode.

AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT and AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT apply to QAManager instances. AcknowledgementMode.TRANSACTIONAL is the mode for QATransactionalManager instances.

See Also

EXPLICIT_ACKNOWLEDGEMENT variable

IMPLICIT_ACKNOWLEDGEMENT variable

Interface QAManager

Interface QATransactionalManager

Returns

The QAManager acknowledgement mode for received messages.