Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getResourceType (0.09 seconds)

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

  1. src/main/java/jcifs/SmbResourceException.java

            this.availableResources = -1;
            this.requestedResources = -1;
        }
    
        /**
         * Gets the resource type
         *
         * @return the resource type
         */
        public ResourceType getResourceType() {
            return resourceType;
        }
    
        /**
         * Gets available resources
         *
         * @return available resources or -1 if unknown
         */
        public long getAvailableResources() {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 5.6K bytes
    - Click Count (0)
Back to Top