|
|||||||||
| Home >> All >> org >> xots >> admin >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.xots.admin.server
Class AdministratorServant

java.lang.Object_AdministratorImplBase
org.xots.admin.server.AdministratorServant
- class AdministratorServant
- extends _AdministratorImplBase
| Field Summary | |
private InformationDesk |
ideskRef
|
private java.util.HashMap |
infoClientMap
|
private org.omg.CORBA.ORB |
orb
|
| Constructor Summary | |
private |
AdministratorServant()
|
|
AdministratorServant(org.omg.CORBA.ORB _orb,
int _checkInterval)
|
| Method Summary | |
InformationDesk |
getInformationDesk()
|
void |
notifyListener(NamedStringDelta[] nsChanged)
|
void |
registerInformationChangeListener(InformationChangeListener icl,
java.lang.String key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
orb
private org.omg.CORBA.ORB orb
ideskRef
private InformationDesk ideskRef
infoClientMap
private java.util.HashMap infoClientMap
| Constructor Detail |
AdministratorServant
private AdministratorServant()
AdministratorServant
public AdministratorServant(org.omg.CORBA.ORB _orb, int _checkInterval)
| Method Detail |
getInformationDesk
public InformationDesk getInformationDesk()
registerInformationChangeListener
public void registerInformationChangeListener(InformationChangeListener icl,
java.lang.String key)
notifyListener
public void notifyListener(NamedStringDelta[] nsChanged)
|
|||||||||
| Home >> All >> org >> xots >> admin >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
_AdministratorImplBase