|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
bind_context(NameComponent[] n,
NamingContext nc)
Names an object that is a naming context. |
NamingContext |
bind_new_context(NameComponent[] n)
Create a new context and bind it with the given name. |
void |
bind(NameComponent[] n,
Object obj)
Creates a binding of a name and a CORBA Object in a Naming Context. |
void |
destroy()
Destroy the context. |
void |
list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
List atmost how_many number of bindings. |
NamingContext |
new_context()
Create a new Context. |
void |
rebind_context(NameComponent[] n,
NamingContext nc)
Creates a binding of a name and a naming context in the naming context even if the name is already bound in the context. |
void |
rebind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context even if the name is already bound in the context. |
Object |
resolve(NameComponent[] n)
The resolve operation is the process of retrieving an object bound to a name in a given context. |
void |
unbind(NameComponent[] n)
The unbind operation removes a binding from a Naming Context. |
Method Detail |
public void bind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName, AlreadyBound
NotFound
CannotProceed
InvalidName
AlreadyBound
public void bind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName, AlreadyBound
NotFound
CannotProceed
InvalidName
AlreadyBound
public void rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
public void rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
public Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
public void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NotFound
CannotProceed
InvalidName
public void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
public NamingContext new_context()
public NamingContext bind_new_context(NameComponent[] n) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NotFound
AlreadyBound
CannotProceed
InvalidName
public void destroy() throws NotEmpty
NotEmpty
|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |