Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRegistrationCount (0.08 sec)

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

                return true;
            }
            return false;
        }
    
        /**
         * Get the number of active registrations
         *
         * @return the registration count
         */
        public int getRegistrationCount() {
            return registrations.size();
        }
    
        /**
         * Check if a registration exists
         *
         * @param registrationId the registration ID
         * @return true if registration exists
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 09:06:40 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top