Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for setRegistrationId (0.88 sec)

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

            return registrationId;
        }
    
        /**
         * Sets the registration ID to unregister.
         *
         * @param registrationId the registration ID
         */
        public void setRegistrationId(String registrationId) {
            this.registrationId = registrationId;
        }
    
        /**
         * Gets the context handle.
         *
         * @return the context handle
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/witness/WitnessHeartbeatRequest.java

        public String getRegistrationId() {
            return registrationId;
        }
    
        /**
         * Sets the registration ID.
         *
         * @param registrationId the registration ID
         */
        public void setRegistrationId(String registrationId) {
            this.registrationId = registrationId;
        }
    
        /**
         * Gets the sequence number.
         *
         * @return the sequence number
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/witness/WitnessRegisterResponse.java

        public String getRegistrationId() {
            return registrationId;
        }
    
        /**
         * Sets the registration ID.
         *
         * @param registrationId the registration ID
         */
        public void setRegistrationId(String registrationId) {
            this.registrationId = registrationId;
        }
    
        /**
         * Gets the return code.
         *
         * @return the return code
         */
        public int getReturnCode() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top