Tibrv::processTransport()

Method

Declaration

static TibrvProcessTransport* processTransport();

Purpose

Extract the intra-process transport object.

Remarks

If Rendezvous is not open, the intra-process transport is invalid; nevertheless, this method returns a pointer to it.

Each process has exactly one intra-process transport; the call Tibrv::open() automatically creates it. Programs must not destroy the intra-process transport.

See Also

TibrvProcessTransport