Object Request Broker URI.
More...
#include <base/rmi/OrbIdentifier.h>
Inherits Object.
Object Request Broker URI.
Object Request Broker object identifier (URI).
- Version
- 1.0
◆ OrbIdentifier()
OrbIdentifier::OrbIdentifier |
( |
const String & |
identifier | ) |
|
Initializes the identifier.
◆ getEndPoint()
const String& OrbIdentifier::getEndPoint |
( |
| ) |
const |
|
inlinenoexcept |
Returns the end-point of the identifier.
◆ getFullEndPoint()
String OrbIdentifier::getFullEndPoint |
( |
| ) |
const |
|
inlinenoexcept |
Returns the end-point of the identifier.
◆ getFullScheme()
String OrbIdentifier::getFullScheme |
( |
| ) |
const |
|
inlinenoexcept |
Returns the end-point of the identifier.
◆ getIdentifier()
String OrbIdentifier::getIdentifier |
( |
| ) |
const |
|
inlinenoexcept |
Returns the full identifier.
◆ getPath()
const String& OrbIdentifier::getPath |
( |
| ) |
const |
|
inlinenoexcept |
Returns the end-point of the identifier.
◆ getScheme()
const String& OrbIdentifier::getScheme |
( |
| ) |
const |
|
inlinenoexcept |
Returns the scheme of the identifier.
◆ hasEndPoint()
bool OrbIdentifier::hasEndPoint |
( |
| ) |
const |
|
inlinenoexcept |
Returns true if the identifier has an end-point.
◆ hasPath()
bool OrbIdentifier::hasPath |
( |
| ) |
const |
|
inlinenoexcept |
Returns true if the identifier has a path.
◆ hasScheme()
bool OrbIdentifier::hasScheme |
( |
| ) |
const |
|
inlinenoexcept |
Returns true if the identifier has a scheme.