- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ChangeNotificationHandle (0.15 seconds)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
return; // Already watching } try { SmbFile directory = new SmbFile(directoryPath, leaseManager.getContext()); ChangeNotificationHandle handle = new ChangeNotificationHandle(directoryPath, leaseKey, directory); activeWatchers.put(directoryPath, handle); // Start async change notification startAsyncNotification(handle);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 13.7K bytes - Click Count (0) -
docs/smb3-features/04-directory-leasing-design.md
private final ConcurrentHashMap<String, ChangeNotificationHandle> activeWatchers; public enum DirectoryChangeType { FILE_ADDED, FILE_REMOVED, FILE_MODIFIED, DIRECTORY_RENAMED, ATTRIBUTES_CHANGED } public static class ChangeNotificationHandle { private final String directoryPath;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 36.2K bytes - Click Count (0)