p.getCurrentThreadsWaiting()
, "Total Threads Waiting", "Number of beans", this.monitoredApplication, ejb);
PoolView totalThreadsWaitingHighView = new PoolView();
PoolPresenter totalThreadsWaitingViewPresenterHigh = (PoolPresenter) totalThreadsWaitingHighView.getPresenter();
totalThreadsWaitingViewPresenterHigh.monitor((PoolStatistics p) ->
p.getThreadsWaitingHighwatermark()
, "Total Threads Waiting High", "Number of beans", this.monitoredApplication, ejb);
this.statisticsPane.getChildren().clear();
this.statisticsPane.add(beansCreatedView.getView(),0,0);