Replace the jpm library with the jdk ProcessHandle interface, #36

This commit is contained in:
Guillaume Nodet
2020-10-02 10:30:27 +02:00
parent b99ba8acea
commit 98ba2e20e3
11 changed files with 23 additions and 494 deletions

View File

@@ -494,6 +494,11 @@ public class Server implements AutoCloseable, Runnable {
return info.getLastBusy();
}
@Override
public String toString() {
return info.toString();
}
private static class DaemonLoggingSpy extends AbstractLoggingSpy {
private final PriorityBlockingQueue<Message> queue;