This interface defines a set of codes for the status of a message.
public interface StatusCodes
All members of StatusCodes interface, including all inherited members.
Name | Description |
---|---|
The message has been canceled. | |
The message has expired; the message was not received before its expiration time had passed. | |
This constant is used to determine if a message has achieved a final state. | |
The message is addressed to the local message store and will not be transmitted to the server. | |
The message has been sent but not received and acknowledged. | |
The message has been received and acknowledged by the receiver. | |
The message is in the process of being received, or it was received but not acknowledged. | |
The message has been transmitted to the server. | |
The message is in the process of being transmitted to the server. | |
The message has been marked as unreceivable. | |
The message has not been transmitted to the server. |
CANCELED variable
EXPIRED variable
FINAL variable
LOCAL variable
PENDING variable
RECEIVED variable
RECEIVING variable
TRANSMITTED variable
TRANSMITTING variable
UNRECEIVABLE variable
UNTRANSMITTED variable
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |