Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for forceCleanup (0.12 seconds)

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

  1. src/main/java/jcifs/util/ResourceManager.java

                    cleanupInterval, enableLeakDetection, enableAutoCleanup);
        }
    
        /**
         * Force cleanup of all resources
         *
         * @return number of resources cleaned
         */
        public int forceCleanup() {
            log.info("Forcing cleanup of all resources");
    
            int cleaned = 0;
            for (ResourceHolder holder : activeResources.values()) {
                if (!holder.closed) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 16.2K bytes
    - Click Count (0)
Back to Top