goodsjpi
Class Server
java.lang.Object
goodsjpi.Server
- public class Server
- extends java.lang.Object
Class for launching GOODS server process
Field Summary |
protected java.lang.String |
cfgFileName
|
protected java.io.BufferedReader |
pipeIn
|
protected java.io.PrintStream |
pipeOut
|
protected java.lang.Process |
process
|
Constructor Summary |
Server(java.lang.String cfgFileName)
|
Method Summary |
java.io.BufferedReader |
command(java.lang.String cmd)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
process
protected java.lang.Process process
pipeOut
protected java.io.PrintStream pipeOut
pipeIn
protected java.io.BufferedReader pipeIn
cfgFileName
protected java.lang.String cfgFileName
Server
public Server(java.lang.String cfgFileName)
start
public void start()
command
public java.io.BufferedReader command(java.lang.String cmd)
stop
public void stop()