- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getTreeId (0.16 sec)
-
src/main/java/jcifs/smb/SmbTreeConnection.java
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; } return t.getTreeNum(); } /** *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 31K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
*/ @Override public final void setCommand ( int command ) { this.command = command; } /** * @return the treeId */ public final int getTreeId () { return this.treeId; } /** * @param treeId * the treeId to set */ public final void setTreeId ( int treeId ) { this.treeId = treeId;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Sep 30 10:47:31 UTC 2018 - 19.9K bytes - Viewed (0)