Base Framework
|
Object Request Broker stub. More...
#include <base/rmi/OrbStub.h>
Inherits Object, and ReferenceCountedObject.
Inherited by OrbDateStub.
Public Member Functions | |
OrbStub () noexcept | |
OrbStub (Reference< OrbChannel > _channel, const OrbReference &_reference) noexcept | |
OrbReference | getOrbReference () const noexcept |
String | getOrbIdentifier () const |
String | getOrbInterfaceIdentifier () const |
virtual | ~OrbStub () 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 () | |
Protected Attributes | |
Reference< OrbChannel > | channel |
OrbReference | reference |
|
noexcept |
Initializes the ORB stub.
|
inlinenoexcept |
Initializes the ORB stub.
|
virtualnoexcept |
Destroys the ORB stub.
|
inline |
Returns the fully qualified name of the object.
|
inline |
Returns the fully qualified name of the interface.
|
inlinenoexcept |
Returns the local reference to the object.
|
protected |
The ORB channel.
|
protected |
The reference of the object in the local address space.