- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getConnectedShare (0.07 sec)
-
src/main/java/jcifs/smb/SmbTreeHandleImpl.java
return this.treeConnection.getTreeType(); } /** * {@inheritDoc} * * @see jcifs.SmbTreeHandle#getConnectedShare() */ @Override public String getConnectedShare () { return this.treeConnection.getConnectedShare(); } /** * * {@inheritDoc} * * @see jcifs.SmbTreeHandle#isSameTree(jcifs.SmbTreeHandle) */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/SmbTreeHandle.java
* @throws CIFSException */ String getOEMDomainName () throws CIFSException; /** * @return the share we are connected to */ String getConnectedShare (); /** * @param th * @return whether the handles refer to the same tree */ boolean isSameTree ( SmbTreeHandle th ); /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2K bytes - Viewed (0)