import "CosNaming.idl";
Inherits CosNaming::NamingContext.
Public Types | |
typedef string | StringName |
typedef string | Address |
typedef string | URLString |
Public Methods | |
StringName | to_string (in Name n) raises (InvalidName) |
This operation accepts a Name and returns a stringified Name. More... | |
Name | to_name (in StringName sn) raises (InvalidName) |
This operation accepts a StringifiedName and returns a Name. More... | |
URLString | to_url (in Address addr, in StringName sn) raises (InvalidAddress, InvalidName) |
This operation accepts a URL address component and a stringified name and returns a URL string. More... | |
Object | resolve_str (in StringName n) raises (NotFound, CannotProceed, InvalidName) |
This is a convenience operation that performs a resolve in the same manner as NamingContext::resolve. More... |
|
|
|
|
|
|
|
This is a convenience operation that performs a resolve in the same manner as NamingContext::resolve.
|
|
This operation accepts a StringifiedName and returns a Name.
|
|
This operation accepts a Name and returns a stringified Name.
|
|
This operation accepts a URL address component and a stringified name and returns a URL string.
|