|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NamingContextExtOperations
The extended naming context operations, defined since 1.4. The extensions are focused on providing the simplier way to use naming service with the string-based names and addresses.
| 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)
|
| Methods inherited from interface org.omg.CosNaming.NamingContextOperations |
|---|
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbind |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||