Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/jcifs/smb/SmbFile.java

         * <code>smb://server/</code>,
         * <li>or <code>null</code> if the resource cannot be resolved.
         * </ul>
         * 
         * If strict resource lifecycle is used, make sure you close the individual files after use.
         *
         * @return An array of <code>SmbResource</code> objects representing file
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

         * resources, however comes at the cost of having to properly release all SmbFile instances you no longer need.
         * 
         * @return whether to use strict resource lifecycle
         */
        boolean isStrictResourceLifecycle ();
    
    
        /**
         * This is solely intended for debugging
         * 
         * @return whether to track the locations from which resources were created
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
Back to top