|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface describing the possible operations on the simple David name servers.
| Method Summary | |
org.omg.CORBA.Object |
get(java.lang.String name)
Returns the interface registered under the name 'name' in the name server. |
boolean |
put(java.lang.String name,
org.omg.CORBA.Object itf,
boolean replace)
Registers interface 'itf' under the name 'name' in the name server. |
void |
remove(java.lang.String name)
Removes the interface registered under the name 'name' from the name server. |
| Method Detail |
public void remove(java.lang.String name)
name - the name of the interface;
public boolean put(java.lang.String name,
org.omg.CORBA.Object itf,
boolean replace)
name - the name of the interface;itf - the interface to register.replace - true means replace any existing interface
registered under the same name, if any.
public org.omg.CORBA.Object get(java.lang.String name)
name - the name of the interface;
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||