- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NtTransNotifyChange (0.16 seconds)
-
src/main/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChange.java
* * This transaction allows monitoring of file system changes in a directory, * such as file creation, modification, deletion, and attribute changes. */ public class NtTransNotifyChange extends SmbComNtTransaction { int fid; private final int completionFilter; private final boolean watchTree; /** * Constructs an NT transaction for change notification monitoring.Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 3.7K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbWatchHandleImpl.java
*/ req = new NtTransNotifyChange(th.getConfig(), this.handle.getFid(), this.filter, this.recursive); resp = new NtTransNotifyChangeResponse(th.getConfig()); } if (log.isTraceEnabled()) { log.trace("Sending NtTransNotifyChange for " + this.handle); } try {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 4.5K bytes - Click Count (0)