Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for subtree (0.25 sec)

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

     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    package jcifs.smb;
    
    
    import jcifs.CIFSException;
    import jcifs.SmbSession;
    import jcifs.SmbTransport;
    import jcifs.SmbTree;
    
    
    /**
     * @author mbechler
     * @internal
     */
    public interface SmbSessionInternal extends SmbSession {
    
        /**
         * @return whether the session is in use
         */
        boolean isInUse ();
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 1.7K bytes
    - Viewed (0)
Back to top