Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for startAsyncNotification (1.25 sec)

  1. src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java

                activeWatchers.put(directoryPath, handle);
    
                // Start async change notification
                startAsyncNotification(handle);
    
            } catch (Exception e) {
                log.error("Failed to start directory watching for: " + directoryPath, e);
            }
        }
    
        /**
         * Stop watching a directory
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  2. docs/smb3-features/04-directory-leasing-design.md

                    directoryPath, leaseKey, directory);
                
                activeWatchers.put(directoryPath, handle);
                
                // Start async change notification
                startAsyncNotification(handle);
                
            } catch (Exception e) {
                log.error("Failed to start directory watching for: " + directoryPath, e);
            }
        }
        
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 36.2K bytes
    - Viewed (0)
Back to top