Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tryClose (3.58 sec)

  1. src/main/java/jcifs/netbios/NameServiceClientImpl.java

            // be ignored; see tryClose comment.
            if ( this.socket == null ) {
                this.socket = new DatagramSocket(this.lport, this.laddr);
                this.thread = new Thread(this, "JCIFS-NameServiceClient");
                this.thread.setDaemon(true);
                this.thread.start();
            }
        }
    
    
        void tryClose () {
            synchronized ( this.LOCK ) {
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Aug 14 14:26:22 GMT 2022
    - 38.2K bytes
    - Viewed (0)
Back to top