Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generateRegistrationId (0.07 sec)

  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
    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