Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosNaming._NamingContextExtStub
Field Summary | |
static java.lang.Class |
Method Summary | |
String[] |
|
void |
|
void |
|
NamingContext | |
void |
|
void |
|
NamingContext | |
void |
|
void |
|
Object |
|
Object |
|
NameComponent[] |
|
java.lang.String |
|
java.lang.String |
|
void |
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl | |
_create_request , _create_request , _duplicate , _get_delegate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _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 |
public void bind(NameComponent[] n, Object obj) throws CannotProceed, NotFound, AlreadyBound, InvalidName
- Specified by:
- bind in interface NamingContextOperations
public void bind_context(NameComponent[] n, NamingContext nc) throws CannotProceed, NotFound, AlreadyBound, InvalidName
- Specified by:
- bind_context in interface NamingContextOperations
public NamingContext bind_new_context(NameComponent[] n) throws CannotProceed, NotFound, AlreadyBound, InvalidName
- Specified by:
- bind_new_context in interface NamingContextOperations
public void destroy() throws NotEmpty
- Specified by:
- destroy in interface NamingContextOperations
public void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
- Specified by:
- list in interface NamingContextOperations
public NamingContext new_context()
- Specified by:
- new_context in interface NamingContextOperations
public void rebind(NameComponent[] n, Object obj) throws CannotProceed, NotFound, InvalidName
- Specified by:
- rebind in interface NamingContextOperations
public void rebind_context(NameComponent[] n, NamingContext nc) throws CannotProceed, NotFound, InvalidName
- Specified by:
- rebind_context in interface NamingContextOperations
public Object resolve(NameComponent[] n) throws CannotProceed, NotFound, InvalidName
- Specified by:
- resolve in interface NamingContextOperations
public Object resolve_str(java.lang.String n) throws CannotProceed, NotFound, InvalidName
- Specified by:
- resolve_str in interface NamingContextExtOperations
public NameComponent[] to_name(java.lang.String sn) throws InvalidName
- Specified by:
- to_name in interface NamingContextExtOperations
public java.lang.String to_string(NameComponent[] n) throws InvalidName
- Specified by:
- to_string in interface NamingContextExtOperations
public java.lang.String to_url(java.lang.String addr, java.lang.String sn) throws InvalidAddress, InvalidName
- Specified by:
- to_url in interface NamingContextExtOperations
public void unbind(NameComponent[] n) throws CannotProceed, NotFound, InvalidName
- Specified by:
- unbind in interface NamingContextOperations