QAManager manages non-transactional QAnywhere messaging operations.
public interface QAManager
All members of QAManager interface, including all inherited members.
Name | Description |
---|---|
Acknowledges that the client application successfully received a QAnywhere message. | |
Acknowledges that the client application successfully received QAnywhere messages. | |
Acknowledges the given QAMessage instance and all unacknowledged messages received before the given message. | |
Browses all available messages in the message store. | |
Browse the message with the given message ID. | |
Browses the available messages waiting that have been sent to the given address. | |
Browse messages queued in the message store that satisfy the given selector. | |
Cancels the message with the given message ID. | |
Closes the connection to the QAnywhere message system and releases any resources used by the QAManagerBase. | |
Creates a QABinaryMessage object. | |
Creates a QATextMessage object. | |
Gets a boolean value for a pre-defined or custom message store property. | |
Gets a signed byte value for a pre-defined or custom message store property. | |
Gets a double value for a pre-defined or custom message store property. | |
Gets a float value for a pre-defined or custom message store property. | |
Gets a int value for a pre-defined or custom message store property. | |
Gets a long value for a pre-defined or custom message store property. | |
Returns the next available QAMessage sent to the specified address. | |
Returns the next available QAMessage sent to the specified address that satisfies the given selector. | |
Returns the next available QAMessage sent to the given address that satisfies the given selector. | |
Returns the next available QAMessage sent to the given address that satisfies the given selector. | |
Returns the next available QAMessage sent to the given address. | |
Returns the next available QAMessage sent to the given address. | |
Returns the QAManager acknowledgement mode for received messages. | |
Returns the total depth of all queues, based on a given filter. | |
Gets a short value for a pre-defined or custom message store property. | |
Gets an Object representing a message store property. | |
Gets an enumerator over the message store property names. | |
Gets a string value for a pre-defined or custom message store property. | |
Opens the QAManager with the given AcknowledgementMode value. | |
Tests if there currently exists a value for the given the property. | |
Prepares a message to send to another QAnywhere client. | |
Prepares a message to send to another QAnywhere client. | |
Forces all unacknowledged messages into a status of StatusCodes.PENDING. | |
Reopens the QAManagerBase. | |
Sets a pre-defined or custom message store property to a boolean value. | |
Sets a pre-defined or custom message store property to a sbyte value. | |
Sets a pre-defined or custom message store property to a double value. | |
Sets a pre-defined or custom message store property to a float value. | |
Sets a pre-defined or custom message store property to a int value. | |
Sets a pre-defined or custom message store property to a long value. | |
Registers a QAMessageListener object to receive QAnywhere messages asynchronously. | |
Registers a QAMessageListener2 object to receive QAnywhere messages asynchronously. | |
Registers a QAMessageListener object to receive QAnywhere messages asynchronously, with a message selector. | |
Registers a QAMessageListener2 object to receive QAnywhere messages asynchronously, with a message selector. | |
Allows you to set QAnywhere Manager configuration properties programmatically. | |
Sets a pre-defined or custom message store property to a short value. | |
Sets a pre-defined or custom message store property to a System.Object value. | |
Sets a pre-defined or custom message store property to a String value. | |
Starts the QAManagerBase for receiving incoming messages. | |
Halts the QAManagerBase's reception of incoming messages. | |
Causes a synchronization with the QAnywhere message server, uploading any messages addressed to other clients, and downloading any messages addressed to the local client. |
It derives from QAManagerBase.
For a detailed description of derived behavior, see QAManagerBase.
The QAManager instance can be configured for implicit or explicit acknowledgement, as defined in the AcknowledgementMode class. To acknowledge messages as part of a transaction, use QATransactionalManager.
Use the QAManagerFactory class to create QAManager and QATransactionalManager objects.
acknowledge method
acknowledgeAll method
acknowledgeUntil method
open method
recover method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |