Base Framework
|
ORB channel. More...
#include <base/rmi/OrbChannel.h>
Inherits Object, and ReferenceCountedObject.
Public Member Functions | |
OrbChannel (Reference< OrbEncoder > encoder, Reference< OrbDecoder > decoder) noexcept | |
String | getOrbIdentifier (const OrbStub &object) const noexcept |
String | getOrbInterfaceIdentifier (const OrbStub &object) const noexcept |
virtual | ~OrbChannel () noexcept |
![]() | |
ReferenceCountedObject () noexcept | |
ReferenceCountedObject (const ReferenceCountedObject ©) noexcept | |
ReferenceCountedObject (ReferenceCountedObject &&move) noexcept | |
ReferenceCountedObject & | operator= (const ReferenceCountedObject ©) noexcept |
ReferenceCountedObject & | operator= (ReferenceCountedObject &&move) noexcept |
MemorySize | getNumberOfReferences_INTERNAL () const noexcept |
virtual bool | useGarbageCollector () const noexcept |
![]() | |
DynamicObject () noexcept | |
bool | isValidObject () const noexcept |
virtual | ~DynamicObject () noexcept(false) |
_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC () | |
ORB channel.
A bidirectional channel of communication.
|
noexcept |
Initializes the channel.
|
virtualnoexcept |
Destroys the channel.
Returns the fully qualified name of the specified stub.