Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xots.admin.server
Class AdministratorServant  view AdministratorServant download AdministratorServant.java

java.lang.Object
  extended by_AdministratorImplBase
      extended byorg.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)