Base Framework
Public Member Functions | List of all members
OrbIdentifier Class Reference

Object Request Broker URI. More...

#include <base/rmi/OrbIdentifier.h>

Inherits Object.

Public Member Functions

 OrbIdentifier (const String &identifier)
 
bool hasScheme () const noexcept
 
bool hasEndPoint () const noexcept
 
bool hasPath () const noexcept
 
const StringgetScheme () const noexcept
 
String getFullScheme () const noexcept
 
const StringgetEndPoint () const noexcept
 
String getFullEndPoint () const noexcept
 
const StringgetPath () const noexcept
 
String getIdentifier () const noexcept
 

Detailed Description

Object Request Broker URI.

Object Request Broker object identifier (URI).

Version
1.0

Constructor & Destructor Documentation

◆ OrbIdentifier()

OrbIdentifier::OrbIdentifier ( const String identifier)

Initializes the identifier.

Member Function Documentation

◆ 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.