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
NotFoundAlreadyBoundCannotProceedInvalidNamevoid rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNamevoid bind_context(NameComponent[] n, NamingContext nc) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFoundAlreadyBoundCannotProceedInvalidNamevoid rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNameObject resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNamevoid unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNameNamingContext new_context()
NamingContext bind_new_context(NameComponent[] n) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFoundAlreadyBoundCannotProceedInvalidNamevoid list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
Copyright © 2017 JacORB. All rights reserved.