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

java.lang.Object
  |
  +--org.isam.exehda.services.dhc.client.DhcConfigMaker
All Implemented Interfaces:
Service

public class DhcConfigMaker
extends java.lang.Object
implements Service


Field Summary
(package private)  UDPServer hostDaemon
           
(package private)  java.lang.String primosdPath
           
(package private)  int timeout
           
(package private)  int waitTime
           
 
Constructor Summary
DhcConfigMaker()
           
DhcConfigMaker(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

DhcConfigMaker

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

DhcConfigMaker

public DhcConfigMaker()
Method Detail

start

public void start()
           throws java.lang.Exception
start the configuration service in the node

Specified by:
start in interface Service
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
stop the configuration service in the node

Specified by:
stop in interface Service
java.lang.Exception

processXML

public void processXML(java.lang.String xmlString)

getConfiguration

public void getConfiguration()