Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getCreateGuid (0.07 sec)

  1. src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java

                    } else {
                        // Remove failed handle
                        handles.remove(path);
                        guidToHandle.remove(info.getCreateGuid());
                        removePersistedHandle(info);
                        log.warn("Reconnection failed, removed handle for: {}", path);
                    }
                }
            } finally {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:49:49 UTC 2025
    - 13K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

            jcifs.internal.smb2.persistent.DurableHandleV2Request context =
                    new jcifs.internal.smb2.persistent.DurableHandleV2Request(timeoutMs, persistent);
            addCreateContext(context);
            return context.getCreateGuid();
        }
    
        /**
         * Add a durable handle V2 context with specific GUID
         * @param timeoutMs the timeout in milliseconds
         * @param persistent true if this should be a persistent handle
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 02:21:31 UTC 2025
    - 22.9K bytes
    - Viewed (0)
Back to top