• Antelope Release 5.10 Linux CentOS release 7.6.1810 (Core) 3.10.0 2020-05-12

 

NAME

Oorb::OrbConnection - class to manage connections to orbservers for the oorb library

SYNOPSIS

-loorb $(ORBLIBS)

#include "oorb.h"

namespace Oorb

class OrbConnection

DESCRIPTION

The OrbConnection class represents connections to orbserver(1)s in the Oorb(3) library. This includes methods for standard operations on an orb(3) connection, notably selecting and rejecting source-name streams, repositioning the read location, and reading and writing packets.

CONSTRUCTORS

METHODS

LIBRARY

-loorb $(ORBLIBS)

ATTRIBUTES

MT-Safe

SEE ALSO

Oorb(3), OorbBasics(3), Oorb::Orb(3), Oorb::OrbPacket(3),
Oorb::OrbConnectionTask(3)

BUGS AND CAVEATS

The Connection class is not to be confused with the Oorb::OrbConnectionTask(3) class. The former essentially just represents the open socket to the orbserver(1). The latter manages reading and writing across that socket, as well as disposition of the acquired or sent packets.

AUTHOR

Kent Lindquist
Printer icon