org.isam.exehda.services.dhc.client
Class KConfigMaker

java.lang.Object
  |
  +--org.isam.exehda.services.dhc.client.KConfigMaker

public class KConfigMaker
extends java.lang.Object


Field Summary
(package private)  UDPServer hostDaemon
           
(package private)  java.lang.String primosdPath
           
(package private)  int timeout
           
(package private)  int waitTime
           
 
Constructor Summary
KConfigMaker()
           
KConfigMaker(int timeout, java.lang.String primosdPath)
           
 
Method Summary
 void getConfiguration()
           
 void processXML(java.lang.String xmlString)
           
 void start()
          start the configuration service in the node
 void stop()
          stop the configuration service in the node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

int timeout

waitTime

int waitTime

primosdPath

java.lang.String primosdPath

hostDaemon

UDPServer hostDaemon
Constructor Detail

KConfigMaker

public KConfigMaker(int timeout,
                    java.lang.String primosdPath)

KConfigMaker

public KConfigMaker()
Method Detail

start

public void start()
start the configuration service in the node


stop

public void stop()
stop the configuration service in the node


processXML

public void processXML(java.lang.String xmlString)

getConfiguration

public void getConfiguration()