/** Closes the cyc connection. */
 public void close() {
   try {
     cycConnection.close();
   } catch (Exception e) {
     Log.current.println("Exception closing socket i/o: " + e);
   }
 }