DatabasePluginUtil.safeClose(this.sharedConnection);
this.sharedConnection = null;
}
private AggregateProcessInfo findProcessInfo() {
AggregateProcessInfo result = null;
// is still running reuse
if (aggregateProcessInfo != null && aggregateProcessInfo.freshSnapshot().isRunning()) {
result = aggregateProcessInfo;
} else {
long pid = findPID();