Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getHeartbeatFailures (0.06 sec)

  1. src/main/java/jcifs/internal/witness/WitnessRegistration.java

            this.heartbeatFailures++;
        }
    
        /**
         * Gets the number of consecutive heartbeat failures.
         *
         * @return the number of consecutive heartbeat failures
         */
        public int getHeartbeatFailures() {
            return heartbeatFailures;
        }
    
        /**
         * Checks if this registration has expired based on the timeout.
         *
         * @param timeoutMs the timeout in milliseconds
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Mon Aug 25 14:34:10 UTC 2025
    - 6.7K bytes
    - Viewed (0)
Back to top