this.snapshots = FXCollections.observableArrayList();
this.pools = FXCollections.observableHashMap();
this.escalationsPresenter = new EscalationsPresenter(this.dashboardModel.serverUriProperty());
this.usedHeapSizeInMB = new SimpleLongProperty();
this.threadCount = new SimpleLongProperty();
this.peakThreadCount = new SimpleIntegerProperty();
this.busyThreads = new SimpleIntegerProperty();
this.queuedConnections = new SimpleIntegerProperty();
this.commitCount = new SimpleIntegerProperty();
this.rollbackCount = new SimpleIntegerProperty();
this.totalErrors = new SimpleIntegerProperty();
this.activeSessions = new SimpleIntegerProperty();
this.expiredSessions = new SimpleIntegerProperty();
this.id = new SimpleLongProperty();
this.commitsPerSecond = new SimpleDoubleProperty();
this.rollbacksPerSecond = new SimpleDoubleProperty();
this.deadlockedThreads = new SimpleStringProperty();
this.initializeListeners();