CosNaming_NamingContextExt
MODULE
MODULE SUMMARY
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.