Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tid (0.29 sec)

  1. src/main/java/jcifs/smb/SmbTreeConnection.java

         *            whether to use an exclusive connection
         */
        void setNonPooled ( boolean np ) {
            this.nonPooled = np;
        }
    
    
        /**
         * @return the currently connected tid
         */
        @SuppressWarnings ( "resource" )
        public long getTreeId () {
            SmbTreeImpl t = getTreeInternal();
            if ( t == null ) {
                return -1;
            }
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 31K bytes
    - Viewed (0)
Back to top