public class _NamingContextExtStub extends _NamingContextStub implements NamingContextExt
NamingContextExt
methods contain the code
for remote invocaton. However as remote invocation is potencially an
expensive step, some trivial methods, not requiring access to the
naming database, are handled locally (see the method descriptions for
details).Constructor and Description |
---|
_NamingContextExtStub()
Create the naming context stub.
|
Modifier and Type | Method and Description |
---|---|
String[] |
_ids()
Return the array of repository ids for this object.
|
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 string name representation into the array
name representation.
|
String |
to_string(NameComponent[] a_name)
Convert the name array representation to the name string
representation.
|
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
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbind
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public _NamingContextExtStub()
public String[] _ids()
NamingContext
and
for NamingContextExt
._ids
in class _NamingContextStub
public Object resolve_str(String a_name_string) throws NotFound, CannotProceed, InvalidName
resolve_str
in interface NamingContextExtOperations
a_name_string
- the name to resolve.NotFound
CannotProceed
InvalidName
public NameComponent[] to_name(String a_name_string) throws InvalidName
to_name
in interface NamingContextExtOperations
a_name_string
- the stringified form of the name.InvalidName
- if the name is invalid.public String to_string(NameComponent[] a_name) throws InvalidName
to_string
in interface NamingContextExtOperations
a_name
- the name, as an array of components.InvalidName
- if the name is invalid.public String to_url(String an_address, String a_name_string) throws InvalidAddress, InvalidName
to_url
in interface NamingContextExtOperations
InvalidAddress
InvalidName