Interface ClientStandbyStatusMBean

    • Method Detail

      • getFailedRequests

        @Description("number of consecutive failed requests")
        int getFailedRequests()
      • getSecondsSinceLastSuccess

        @Description("number of seconds since last successful request")
        int getSecondsSinceLastSuccess()
      • getSyncStartTimestamp

        @Description("Local timestamp of the moment when the last sync cycle was started")
        long getSyncStartTimestamp()
      • getSyncEndTimestamp

        @Description("Local timestamp of the moment when the last sync cycle ended")
        long getSyncEndTimestamp()
      • calcFailedRequests

        @Description("number of consecutive failed requests")
        int calcFailedRequests()
      • calcSecondsSinceLastSuccess

        @Description("number of seconds since last successful request")
        int calcSecondsSinceLastSuccess()
      • cleanup

        @Description("Runs garbage collection")
        void cleanup()