Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for generateRegistrationId (0.13 seconds)

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

         * @param serviceType the type of witness service
         */
        public WitnessRegistration(String shareName, InetAddress serverAddress, WitnessServiceType serviceType) {
            this.registrationId = generateRegistrationId();
            this.shareName = shareName;
            this.serverAddress = serverAddress;
            this.serviceType = serviceType;
            this.version = WitnessVersion.VERSION_2; // Use latest by default
    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