org.omg.CosNaming
public interface NamingContextExtOperations extends NamingContextOperations
Method Summary | |
---|---|
Object | resolve_str(String a_name_string)
Resolve the name, represented in the form of the string.
|
NameComponent[] | to_name(String a_name_string)
Converts the name, represented in the form of the string,
into the older name representation (array of the name
components).
|
String | to_string(NameComponent[] a_name)
Converts the older representation for the name (array
of the name components) into the string form of the name.
|
String | to_url(String an_address, String a_name_string) |
Parameters: a_name_string the name to resolve.
Returns: the object, referenced by the name.
Parameters: a_name_string the stringified form of the name.
Returns: the component array form of the name.
Throws: InvalidName if the name is invalid.
Parameters: a_name the name, as an array of components.
Returns: the same name as a string.
Throws: InvalidName if the name is invalid.