Exemplo n.º 1
0
 @Override
 public synchronized void getInfo(PrintWriter pw) {
   try {
     pw.println("  Interface  : " + getInterface());
   } catch (UnknownHostException e) {
     pw.println("  Interface  : " + e.getMessage());
   }
   pw.println("  Max Active : " + _maxActive);
   pw.println("Pnfs Timeout : " + _pnfs.getTimeout() + " " + _pnfs.getTimeoutUnit());
 }