Example #1
0
  /** Show the resource status of the system */
  public static String getStatus() {
    String res = "";
    res += run.exec.Dispatcher.getStatus();
    res += run.session.SessionTable.getStatus();
    res += run.transport.TransportTable.getStatus();

    return res;
  }