TibrvCmTransport.setDefaultTimeLimit()
Method
Declaration
voidsetDefaultTimeLimit
(
double timeLimit)
throws TibrvException
Purpose
Set the default message time limit for all outbound certified messages from a transport.
Remarks
Every labeled message has a time limit, after which the sender no longer certifies delivery.
Sending programs can explicitly set the time limit on a message (see TibrvCmMsg.setTimeLimit()). If a time limit is not already set for the outbound message, the transport sets it to the transport’s default time limit (set with this method); if this default is not set for the transport, the default time limit is zero (no time limit).
Time limits represent the minimum time that certified delivery is in effect.
Parameter |
Description |
|
Use this time limit (in whole seconds). The time limit must be non-negative. |