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 |
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_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public NamingContextPOATie(NamingContextOperations delegate)
public NamingContextPOATie(NamingContextOperations delegate, POA poa)
public NamingContext _this()
_this
in class NamingContextPOA
public NamingContext _this(ORB orb)
_this
in class NamingContextPOA
public NamingContextOperations _delegate()
public void _delegate(NamingContextOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
public void bind(NameComponent[] n, Object obj) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFound
AlreadyBound
CannotProceed
InvalidName
public NamingContext bind_new_context(NameComponent[] n) throws NotFound, CannotProceed, AlreadyBound, InvalidName
NotFound
CannotProceed
AlreadyBound
InvalidName
public void rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
public void bind_context(NameComponent[] n, NamingContext nc) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFound
AlreadyBound
CannotProceed
InvalidName
public void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
public NamingContext new_context()
public void rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
public Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
Copyright © 2013. All Rights Reserved.