java.util.Date QAMessage.getExpiration() throws QAException
Thrown if there is a problem getting the expiration.
Returns the message's expiration value, or null if the message does not expire or has not yet been sent.
When a message is sent, the expiration is left unassigned. After the send operation completes, it holds the expiration time of the message.
This is a read-only property because the expiration time of a message is set by adding the time-to-live argument of QAManagerBase.putMessageTimeToLive(String, QAMessage, long) to the current time.
The message's expiration value, or null if the message does not expire or has not yet been sent.
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |