Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getParentLeaseKey (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextResponse.java

         */
        public int getLeaseFlags() {
            return leaseFlags;
        }
    
        /**
         * Gets the parent lease key from the V2 response
         * @return the parent lease key
         */
        public Smb2LeaseKey getParentLeaseKey() {
            return parentLeaseKey;
        }
    
        /**
         * Gets the lease epoch from the V2 response
         * @return the epoch
         */
        public int getEpoch() {
            return epoch;
        }
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 3.6K bytes
    - Click Count (0)
  2. src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextRequest.java

            this.leaseFlags = leaseFlags;
        }
    
        /**
         * Gets the parent lease key for directory hierarchies
         * @return the parent lease key
         */
        public Smb2LeaseKey getParentLeaseKey() {
            return parentLeaseKey;
        }
    
        /**
         * Sets the parent lease key for directory hierarchies
         * @param parentLeaseKey the parent lease key to set
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 6.2K bytes
    - Click Count (0)
Back to Top