Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for dynamically (0.22 sec)

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

                        throw new RuntimeCIFSException(ignored);
                    }
                }
            }
    
            /*
             * If a local hostname was not provided a name like
             * JCIFS34_172_A6 will be dynamically generated for the
             * client. This is primarily (exclusively?) used as a
             * CallingName during session establishment.
             */
            String localHostname = tc.getConfig().getNetbiosHostname();
    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)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * used with <code>smb1://</code>, <code>smb1://workgroup/</code>,
     * <code>smb1://server/</code>, or <code>smb1://server/share/</code> URLs
     * because workgroups, servers, and shares cannot be dynamically created
     * (although in the future it may be possible to create shares).
     *
     * @throws SmbException
     */
        public void mkdir() throws SmbException {
            String path = getUncPath0();
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  3. src/main/java/jcifs/smb1/netbios/NbtAddress.java

                    } catch( UnknownHostException ignored ) {
                    }
                }
            }
    
            /* If a local hostname was not provided a name like
             * JCIFS34_172_A6 will be dynamically generated for the
             * client. This is primarily (exclusively?) used as a
             * CallingName during session establishment.
             */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 30.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/SmbResource.java

         * when used with <code>smb://</code>, <code>smb://workgroup/</code>,
         * <code>smb://server/</code>, or <code>smb://server/share/</code> URLs
         * because workgroups, servers, and shares cannot be dynamically created
         * (although in the future it may be possible to create shares).
         *
         * @throws CIFSException
         */
        void mkdirs () throws CIFSException;
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Dec 20 14:09:34 GMT 2020
    - 26K bytes
    - Viewed (0)
Back to top