Package org.lightview.view

Examples of org.lightview.view.SnapshotTable


        this.queuedConnections = new Snapshot(id, "Queued Connections", "Connections");
        this.activeSessions = new Snapshot(id, "HTTP Sessions", "#");
        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());
    }
View Full Code Here

TOP

Related Classes of org.lightview.view.SnapshotTable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.