TibrvNetTransport

Class

Declaration

class TibrvNetTransport : public TibrvTransport
    TibrvNetTransport();           // Construct empty.
    virtual ~TibrvNetTransport();  // Destroy and reclaim storage.

Purpose

Deliver messages across a network.

Remarks

This class connects to rvd for network communications.

The constructor creates a hollow object; TibrvNetTransport::create() makes it operational.

The destructor calls the destroy method, unless the C object is already destroyed.

Method

Description

TibrvNetTransport::create()

Create a transport that connects to a Rendezvous daemon.

TibrvNetTransport::getDaemon()

Extract the daemon parameter from this transport.

TibrvNetTransport::getNetwork()

Return the network interface that this transport uses for communication.

TibrvNetTransport::getService()

Return the effective service that this transport uses for communication.

TibrvNetTransport::setBatchMode()

Set the batch mode parameter of a transport.

 

Inherited Methods

TibrvTransport::createInbox()

TibrvTransport::destroy()

TibrvTransport::isValid()

TibrvTransport::getHandle()

TibrvTransport::send()

TibrvTransport::sendReply()

TibrvTransport::sendRequest()

TibrvTransport::setDescription()

Related Classes

TibrvTransport

TibrvProcessTransport

TibrvCmTransport

TibrvCmQueueTransport