Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasRegistration (0.23 seconds)

  1. src/test/java/jcifs/internal/witness/MockWitnessService.java

        }
    
        /**
         * Check if a registration exists
         *
         * @param registrationId the registration ID
         * @return true if registration exists
         */
        public boolean hasRegistration(String registrationId) {
            return registrations.containsKey(registrationId);
        }
    
        /**
         * Simulate sending a witness notification
         *
         * @param eventType the event type
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 09:06:40 GMT 2025
    - 8.2K bytes
    - Click Count (0)
Back to Top