this.expiredSessions = new Snapshot(id, "Expired Sessions", "#");
this.successfulTXPerf = new Snapshot(id, "Commits Per Second", "#");
this.failedTXPerf = new Snapshot(id, "Rollbacks Per Second", "#");
final Node liveStream = new SnapshotTable(this.dashboardPresenter.getSnapshots()).createTable();
this.escalations = new Escalations(liveStream,this.dashboardPresenter.getEscalationsPresenterBindings());
this.status = new Status(this.dashboardPresenter.getDeadlockedThreads());
}