TibrvCmTransport.getDefaultTimeLimit()

Method

Declaration

double getDefaultTimeLimit()

Purpose

Get 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 (extractable with this method); if this default is not set for the transport (nor for the message), the default time limit is zero (no time limit).

Time limits represent the minimum time that certified delivery is in effect.

See Also

TibrvCmTransport.setDefaultTimeLimit()

TibrvCmMsg.setTimeLimit()