public class _NamingContextExtStub extends ObjectImpl implements NamingContextExt
Modifier and Type | Field and Description |
---|---|
static java.lang.Class |
_opsClass |
Constructor and Description |
---|
_NamingContextExtStub() |
Modifier and Type | Method and Description |
---|---|
java.lang.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(java.lang.String n) |
Object |
resolve(NameComponent[] n) |
NameComponent[] |
to_name(java.lang.String sn) |
java.lang.String |
to_string(NameComponent[] n) |
java.lang.String |
to_url(java.lang.String addr,
java.lang.String sn) |
void |
unbind(NameComponent[] n) |
_create_request, _create_request, _duplicate, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public java.lang.String[] _ids()
_ids
in class ObjectImpl
public void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
list
in interface NamingContextOperations
public void bind(NameComponent[] n, Object obj) throws NotFound, AlreadyBound, CannotProceed, InvalidName
bind
in interface NamingContextOperations
NotFound
AlreadyBound
CannotProceed
InvalidName
public NamingContext bind_new_context(NameComponent[] n) throws NotFound, CannotProceed, AlreadyBound, InvalidName
bind_new_context
in interface NamingContextOperations
NotFound
CannotProceed
AlreadyBound
InvalidName
public void rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
rebind_context
in interface NamingContextOperations
NotFound
CannotProceed
InvalidName
public java.lang.String to_url(java.lang.String addr, java.lang.String sn) throws InvalidName, InvalidAddress
to_url
in interface NamingContextExtOperations
InvalidName
InvalidAddress
public void bind_context(NameComponent[] n, NamingContext nc) throws NotFound, AlreadyBound, CannotProceed, InvalidName
bind_context
in interface NamingContextOperations
NotFound
AlreadyBound
CannotProceed
InvalidName
public void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
unbind
in interface NamingContextOperations
NotFound
CannotProceed
InvalidName
public NamingContext new_context()
new_context
in interface NamingContextOperations
public Object resolve_str(java.lang.String n) throws NotFound, CannotProceed, InvalidName
resolve_str
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
public void rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
rebind
in interface NamingContextOperations
NotFound
CannotProceed
InvalidName
public void destroy() throws NotEmpty
destroy
in interface NamingContextOperations
NotEmpty
public NameComponent[] to_name(java.lang.String sn) throws InvalidName
to_name
in interface NamingContextExtOperations
InvalidName
public Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
resolve
in interface NamingContextOperations
NotFound
CannotProceed
InvalidName
public java.lang.String to_string(NameComponent[] n) throws InvalidName
to_string
in interface NamingContextExtOperations
InvalidName