Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkNodeStatusData (0.34 sec)

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

            checkNodeStatusData(tc);
            return this.isActive;
        }
    
    
        @Override
        public boolean isPermanent ( CIFSContext tc ) throws UnknownHostException {
            checkNodeStatusData(tc);
            return this.isPermanent;
        }
    
    
        @Override
        public byte[] getMacAddress ( CIFSContext tc ) throws UnknownHostException {
            checkNodeStatusData(tc);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 15.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/NbtAddress.java

            checkNodeStatusData();
            return isBeingDeleted;
        }
    
    /** 
     * Determines if this address in conflict with another address.
     *
     * @throws UnknownHostException if the host cannot be resolved to find out.
     */ 
    
        public boolean isInConflict() throws UnknownHostException {
            checkNodeStatusData();
            return isInConflict;
        }
    
    /** 
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 30.1K bytes
    - Viewed (0)
Back to top