public interface NamingContextOperations
Modifier and Type | Method and Description |
---|---|
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) |
void bind(NameComponent[] n, Object obj) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFound
AlreadyBound
CannotProceed
InvalidName
void rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
void bind_context(NameComponent[] n, NamingContext nc) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFound
AlreadyBound
CannotProceed
InvalidName
void rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
NamingContext new_context()
NamingContext bind_new_context(NameComponent[] n) throws NotFound, CannotProceed, AlreadyBound, InvalidName
NotFound
CannotProceed
AlreadyBound
InvalidName
void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
Copyright © 2017 JacORB. All rights reserved.