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
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 |
timeout
int timeout
waitTime
int waitTime
primosdPath
java.lang.String primosdPath
hostDaemon
UDPServer hostDaemon
DhcConfigMaker
public DhcConfigMaker(int timeout,
java.lang.String primosdPath)
DhcConfigMaker
public DhcConfigMaker()
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()