Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getHandleCount (0.05 sec)

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

            } finally {
                lock.readLock().unlock();
            }
        }
    
        /**
         * Get the number of active handles
         * @return the number of handles
         */
        public int getHandleCount() {
            return handles.size();
        }
    
        private void periodicMaintenance() {
            if (shutdown) {
                return;
            }
    
            lock.writeLock().lock();
            try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:49:49 UTC 2025
    - 13K bytes
    - Viewed (0)
Back to top