org.omg.CosNaming
public interface NamingContextExtOperations extends NamingContextOperations
Modifier and Type | Method and Description |
---|---|
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) |
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbind
Object resolve_str(String a_name_string) throws NotFound, CannotProceed, InvalidName
a_name_string
- the name to resolve.NotFound
CannotProceed
InvalidName
NameComponent[] to_name(String a_name_string) throws InvalidName
a_name_string
- the stringified form of the name.InvalidName
- if the name is invalid.String to_string(NameComponent[] a_name) throws InvalidName
a_name
- the name, as an array of components.InvalidName
- if the name is invalid.String to_url(String an_address, String a_name_string) throws InvalidAddress, InvalidName
InvalidAddress
InvalidName