public class _NamingContextExtStub extends ObjectImpl implements NamingContextExt
| Constructor and Description |
|---|
_NamingContextExtStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
void |
bind_context(NameComponent[] n,
NamingContext nc) |
NamingContext |
bind_new_context(NameComponent[] n) |
void |
bind(NameComponent[] n,
Object obj) |
void |
destroy() |
void |
list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi) |
NamingContext |
new_context() |
void |
rebind_context(NameComponent[] n,
NamingContext nc) |
void |
rebind(NameComponent[] n,
Object obj) |
Object |
resolve_str(String n) |
Object |
resolve(NameComponent[] n) |
NameComponent[] |
to_name(String sn) |
String |
to_string(NameComponent[] n) |
String |
to_url(String addr,
String sn) |
void |
unbind(NameComponent[] n) |
_create_request, _create_request, _duplicate, _get_client_policy, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_orb, _get_policy_overrides, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _repository_id, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, _set_policy_overrides, _validate_connection, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_client_policy, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_orb, _get_policy_overrides, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _repository_id, _request, _set_policy_override, _set_policy_overrides, _validate_connectionpublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
list in interface NamingContextOperationspublic void bind(NameComponent[] n, Object obj) throws NotFound, AlreadyBound, CannotProceed, InvalidName
bind in interface NamingContextOperationsNotFoundAlreadyBoundCannotProceedInvalidNamepublic NamingContext bind_new_context(NameComponent[] n) throws NotFound, AlreadyBound, CannotProceed, InvalidName
bind_new_context in interface NamingContextOperationsNotFoundAlreadyBoundCannotProceedInvalidNamepublic void rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
rebind_context in interface NamingContextOperationsNotFoundCannotProceedInvalidNamepublic String to_url(String addr, String sn) throws InvalidName, InvalidAddress
to_url in interface NamingContextExtOperationsInvalidNameInvalidAddresspublic void bind_context(NameComponent[] n, NamingContext nc) throws NotFound, AlreadyBound, CannotProceed, InvalidName
bind_context in interface NamingContextOperationsNotFoundAlreadyBoundCannotProceedInvalidNamepublic void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
unbind in interface NamingContextOperationsNotFoundCannotProceedInvalidNamepublic NamingContext new_context()
new_context in interface NamingContextOperationspublic Object resolve_str(String n) throws NotFound, CannotProceed, InvalidName
resolve_str in interface NamingContextExtOperationsNotFoundCannotProceedInvalidNamepublic void rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
rebind in interface NamingContextOperationsNotFoundCannotProceedInvalidNamepublic void destroy()
throws NotEmpty
destroy in interface NamingContextOperationsNotEmptypublic NameComponent[] to_name(String sn) throws InvalidName
to_name in interface NamingContextExtOperationsInvalidNamepublic Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
resolve in interface NamingContextOperationsNotFoundCannotProceedInvalidNamepublic String to_string(NameComponent[] n) throws InvalidName
to_string in interface NamingContextExtOperationsInvalidNameCopyright © 2017 JacORB. All rights reserved.