TibrvCmMsg

Class

Declaration

class com.tibco.tibrv.TibrvCmMsg
  extends java.lang.Object

Purpose

Define methods to manipulate labeled messages.

Remarks

Programs do not create instances of TibrvCmMsg. Instead, programs use its static methods to get and set certified delivery information of TibrvMsg objects.

Method

Description

TibrvCmMsg.getSender()

Extract the correspondent name of the sender from a certified message.

TibrvCmMsg.getSequence()

Extract the sequence number from a certified message.

TibrvCmMsg.getTimeLimit()

Extract the message time limit from a certified message.

TibrvCmMsg.setTimeLimit()

Set the message time limit of a certified message.

Inherited Methods

java.lang.Object.equals

java.lang.Object.getClass

java.lang.Object.hashCode

java.lang.Object.notify

java.lang.Object.notifyAll

java.lang.Object.toString

java.lang.Object.wait

See Also

TibrvMsg