Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CONFLICT (0.16 sec)

  1. src/main/java/jcifs/NetbiosAddress.java

         */
        boolean isBeingDeleted ( CIFSContext tc ) throws UnknownHostException;
    
    
        /**
         * Determines if this address in conflict with another address.
         *
         * @param tc
         *            context to use
         * @return whether this address is in conflict with another address
         * @throws UnknownHostException
         *             if the host cannot be resolved to find out.
         */
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/NbtAddress.java

     */ 
    
        public boolean isBeingDeleted() throws UnknownHostException {
            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();
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 30.1K bytes
    - Viewed (0)
Back to top