Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getReturnCode (0.07 sec)

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

         */
        public void setError(String error) {
            this.error = error;
        }
    
        /**
         * Gets the return code.
         *
         * @return the return code
         */
        public int getReturnCode() {
            return returnCode;
        }
    
        /**
         * Sets the return code.
         *
         * @param returnCode the return code
         */
        public void setReturnCode(int returnCode) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/witness/WitnessHeartbeatResponse.java

            this.sequenceNumber = sequenceNumber;
        }
    
        /**
         * Gets the return code.
         *
         * @return the return code
         */
        public int getReturnCode() {
            return returnCode;
        }
    
        /**
         * Sets the return code.
         *
         * @param returnCode the return code
         */
        public void setReturnCode(int returnCode) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/witness/WitnessRegisterResponse.java

            this.registrationId = registrationId;
        }
    
        /**
         * Gets the return code.
         *
         * @return the return code
         */
        public int getReturnCode() {
            return returnCode;
        }
    
        /**
         * Sets the return code.
         *
         * @param returnCode the return code
         */
        public void setReturnCode(int returnCode) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/witness/WitnessRpcMessage.java

        @Override
        public int getOpnum() {
            return opnum;
        }
    
        /**
         * Gets the return code from the RPC operation.
         *
         * @return the return code
         */
        public int getReturnCode() {
            return returnCode;
        }
    
        /**
         * Sets the return code for the RPC operation.
         *
         * @param returnCode the return code to set
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top