|
Public Types |
enum | NotFoundReason { missing_node,
not_context,
not_object
} |
Public Member Functions |
void | bind (in Name n, in Object obj) raises (NotFound, CannotProceed, InvalidName, AlreadyBound) |
void | rebind (in Name n, in Object obj) raises (NotFound, CannotProceed, InvalidName) |
void | bind_context (in Name n, in NamingContext nc) raises (NotFound, CannotProceed, InvalidName, AlreadyBound) |
void | rebind_context (in Name n, in NamingContext nc) raises (NotFound, CannotProceed, InvalidName) |
Object | resolve (in Name n) raises (NotFound, CannotProceed, InvalidName) |
void | unbind (in Name n) raises (NotFound, CannotProceed, InvalidName) |
NamingContext | new_context () |
NamingContext | bind_new_context (in Name n) raises (NotFound, AlreadyBound, CannotProceed, InvalidName) |
void | destroy () raises (NotEmpty) |
void | list (in unsigned long how_many, out BindingList bl, out BindingIterator bi) |