Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for setRegistrationId (0.1 seconds)

  1. 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
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:12:28 GMT 2025
    - 2.3K bytes
    - Click Count (0)
  2. 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
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:12:28 GMT 2025
    - 1.9K bytes
    - Click Count (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() {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:12:28 GMT 2025
    - 2.8K bytes
    - Click Count (0)
Back to Top