Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for lastHeartbeat (0.47 seconds)

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

        public boolean isExpired(long timeoutMs) {
            return System.currentTimeMillis() - lastHeartbeat > timeoutMs;
        }
    
        // Getters and setters
    
        /**
         * Gets the last heartbeat timestamp.
         *
         * @return the last heartbeat timestamp in milliseconds
         */
        public long getLastHeartbeat() {
            return lastHeartbeat;
        }
    
        /**
         * Gets the registration ID.
         *
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Mon Aug 25 14:34:10 GMT 2025
    - 6.7K bytes
    - Click Count (0)
Back to Top