String s="";
SOSSchedulerCommand socket=null;
try {
socket = new SOSSchedulerCommand();
socket.connect(this.host, this.port);
socket.sendRequest(command);
s = socket.getResponse();
} catch(Exception ee) {
System.out.println("Error sending Command" + ee.getMessage());