public class NamingContextPOATie extends NamingContextPOA
| Constructor and Description |
|---|
NamingContextPOATie(NamingContextOperations delegate) |
NamingContextPOATie(NamingContextOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
NamingContextOperations |
_delegate() |
void |
_delegate(NamingContextOperations delegate) |
NamingContext |
_this() |
NamingContext |
_this(ORB orb) |
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(NameComponent[] n) |
void |
unbind(NameComponent[] n) |
_all_interfaces, _invoke_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _repository_id, _set_delegate, _this_object, _this_objectpublic NamingContextPOATie(NamingContextOperations delegate)
public NamingContextPOATie(NamingContextOperations delegate, POA poa)
public NamingContext _this()
_this in class NamingContextPOApublic NamingContext _this(ORB orb)
_this in class NamingContextPOApublic NamingContextOperations _delegate()
public void _delegate(NamingContextOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
public void bind(NameComponent[] n, Object obj) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFoundAlreadyBoundCannotProceedInvalidNamepublic NamingContext bind_new_context(NameComponent[] n) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFoundAlreadyBoundCannotProceedInvalidNamepublic void rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNamepublic void bind_context(NameComponent[] n, NamingContext nc) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFoundAlreadyBoundCannotProceedInvalidNamepublic void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNamepublic NamingContext new_context()
public void rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNamepublic Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNameCopyright © 2017 JacORB. All rights reserved.