CosNaming_NamingContextExt
This interface contains operation for converting a Name sequence to a string and back.
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
This interface contains operation for converting a Name sequence to a string and back.
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:
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.