Base Framework
|
Local connection factory. More...
#include <base/rmi/LocalConnectionFactory.h>
Inherits OrbConnectionFactory.
Public Member Functions | |
LocalConnectionFactory (const String &endPoint) | |
String | getUrn () const noexcept |
String | getEndPoint () const noexcept |
Reference< OrbStub > | getObject (const String &identifier) |
void | run (ProtectedPointer< Orb > orb) |
~LocalConnectionFactory () noexcept | |
![]() | |
OrbConnectionFactory () noexcept | |
virtual | ~OrbConnectionFactory () 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 () | |
Local connection factory.
Local connection factory which produces LocalConnection connections.
LocalConnectionFactory::LocalConnectionFactory | ( | const String & | endPoint | ) |
Initializes the connection factory with the specified end point.
endPoint | The identifier of the end point (e.g. local://). |
|
noexcept |
Destroys the connection factory.
|
virtualnoexcept |
Returns the identifier of the end point.
Implements OrbConnectionFactory.
Returns a stub for the specified protocol independent identifier using this protocol.
|
virtualnoexcept |
Returns the global identifier of the connection scheme (e.g. "urn:rmi:orb:scheme:local").
Implements OrbConnectionFactory.
|
virtual |
Invoked by the orb.
Implements OrbConnectionFactory.