- All Known Subinterfaces:
- NamingContext, NamingContextExt, NamingContextExtOperations
- All Known Implementing Classes:
- _NamingContextExtStub, _NamingContextImplBase, _NamingContextStub, NamingContextExtPOA, NamingContextPOA
- See Also:
- Source Code
void bind(NameComponent[] n,
Object obj)
throws NotFound,
CannotProceed,
InvalidName,
AlreadyBound
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void bind_context(NameComponent[] n,
NamingContext nc)
throws NotFound,
CannotProceed,
InvalidName,
AlreadyBound
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
NamingContext bind_new_context(NameComponent[] n)
throws NotFound,
AlreadyBound,
CannotProceed,
InvalidName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void destroy()
throws NotEmpty
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
NamingContext new_context()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void rebind(NameComponent[] n,
Object obj)
throws NotFound,
CannotProceed,
InvalidName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void rebind_context(NameComponent[] n,
NamingContext nc)
throws NotFound,
CannotProceed,
InvalidName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object resolve(NameComponent[] n)
throws NotFound,
CannotProceed,
InvalidName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void unbind(NameComponent[] n)
throws NotFound,
CannotProceed,
InvalidName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples