Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setClientComputerName (0.15 seconds)

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

            return ipAddress;
        }
    
        /**
         * Sets the client computer name.
         *
         * @param clientComputerName the client computer name
         */
        public void setClientComputerName(String clientComputerName) {
            this.clientComputerName = clientComputerName;
        }
    
        /**
         * Gets the client computer name.
         *
         * @return the client computer name
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 09:06:40 GMT 2025
    - 8.6K bytes
    - Click Count (0)
Back to Top