public interface NamingContextExtOperations extends NamingContextOperations
| Modifier and Type | Method and Description |
|---|---|
org.omg.CORBA.Object |
resolve_str(java.lang.String a_name_string)
Resolve the name, represented in the form of the string.
|
NameComponent[] |
to_name(java.lang.String a_name_string)
Converts the name, represented in the form of the string,
into the older name representation (array of the name
components).
|
java.lang.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.
|
java.lang.String |
to_url(java.lang.String an_address,
java.lang.String a_name_string) |
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbindorg.omg.CORBA.Object resolve_str(java.lang.String a_name_string) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
a_name_string - the name to resolve.org.omg.CosNaming.NamingContextPackage.NotFoundorg.omg.CosNaming.NamingContextPackage.CannotProceedorg.omg.CosNaming.NamingContextPackage.InvalidNameNameComponent[] to_name(java.lang.String a_name_string) throws org.omg.CosNaming.NamingContextPackage.InvalidName
a_name_string - the stringified form of the name.org.omg.CosNaming.NamingContextPackage.InvalidName - if the name is invalid.java.lang.String to_string(NameComponent[] a_name) throws org.omg.CosNaming.NamingContextPackage.InvalidName
a_name - the name, as an array of components.org.omg.CosNaming.NamingContextPackage.InvalidName - if the name is invalid.java.lang.String to_url(java.lang.String an_address, java.lang.String a_name_string) throws org.omg.CosNaming.NamingContextExtPackage.InvalidAddress, org.omg.CosNaming.NamingContextPackage.InvalidName
org.omg.CosNaming.NamingContextExtPackage.InvalidAddressorg.omg.CosNaming.NamingContextPackage.InvalidName