TibrvTransport.setDescription()

Method

Declaration

void setDescription(
    String description)
  throws TibrvException

Purpose

Set the program description parameter of a transport.

Remarks

The description identifies your program to Rendezvous components. Browser administration interfaces display the description string of ordinary transport objects (however they do not display the description string of TibrvCmTransport or TibrvCmQueueTransport objects.

As a debugging aid, we recommend setting a unique description string for each transport. Use a string that distinguishes both the application and the role of the transport within it.

Parameter

Description

description

Use this string as the new program description.

See Also

TibrvTransport

TibrvTransport.getDescription()