|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamingBase
NamingService management interface
This is the abstract interface class for NamingServer management. Concrete management classes must implement the following pure virtual functions.
| Method Summary | |
|---|---|
void |
bindObject(java.lang.String name,
ManagerServant mgr)
Pure virtual function to bind the specified ManagerServants to NamingService |
void |
bindObject(java.lang.String name,
RTObject_impl rtobj)
Pure virtual function to bind the specified objects to the NamingService |
boolean |
isAlive()
Check if the name service is alive |
void |
unbindObject(java.lang.String name)
Pure virtual function to unbind the specified objects from NamingService |
| Method Detail |
|---|
void bindObject(java.lang.String name,
RTObject_impl rtobj)
name -
The name to be bound to the NamingServicertobj -
The target objects to be bound to the NamingSerivce
void bindObject(java.lang.String name,
ManagerServant mgr)
name -
The name to be bound to the NamingServicemgr -
The target objects to be bound to the NamingSerivcevoid unbindObject(java.lang.String name)
name -
The name of the object released from NamingServiceboolean isAlive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||