CosNaming_NamingContextExt
Module
CosNaming_NamingContextExt
Module Summary
This interface contains operation for converting a Name sequence to a string and back.
Description
To get access to the record definitions for the structures use:
-include_lib("orber/COSS/CosNaming/CosNaming.hrl").
This module also exports the functions described in:
Exports
to_string(NamingContext, Name) -> Return
Types
Stringifies a Name
sequence to a string.
to_name(NamingContext, NameString) -> Return
Types
Converts a stringified Name
to a Name
sequence.
to_url(NamingContext, AddressString, NameString) -> Return
Types
This operation takes a corbaloc
string and a stringified Name
sequence as input and returns a fully formed URL string.
resolve_str(NamingContext, NameString) -> Return
Types
This operation takes a stringified Name
sequence as input and returns the associated, if any, object.
© 2010–2017 Ericsson AB
Licensed under the Apache License, Version 2.0.