goodsjpi
Class Server

java.lang.Object
  extended bygoodsjpi.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
 

Field Detail

process

protected java.lang.Process process

pipeOut

protected java.io.PrintStream pipeOut

pipeIn

protected java.io.BufferedReader pipeIn

cfgFileName

protected java.lang.String cfgFileName
Constructor Detail

Server

public Server(java.lang.String cfgFileName)
Method Detail

start

public void start()

command

public java.io.BufferedReader command(java.lang.String cmd)

stop

public void stop()