- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for treeDisconnect (0.31 sec)
-
src/main/java/jcifs/smb1/smb1/SmbTree.java
connectionState = 2; // connected } catch (final SmbException se) { treeDisconnect(true); connectionState = 0; throw se; } } } void treeDisconnect(final boolean inError) { synchronized (session.transport()) { if (connectionState != 2) { // not-connectedRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
* reappear in this client's lifetime. */ log.debug("Disconnect tree on NT_STATUS_NETWORK_NAME_DELETED"); treeDisconnect(true, true); } throw se; } } } /** * @param transport * @param request * @throws SmbException */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbSession.java
netbiosName = null; for (final Enumeration e = trees.elements(); e.hasMoreElements();) { final SmbTree t = (SmbTree) e.nextElement(); t.treeDisconnect(inError); } if (!inError && transport.server.security != SmbConstants.SECURITY_SHARE) { /* * Logoff And X Request / Response */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
synchronized (transport) { final SmbTreeImpl t = getTreeInternal(); if (t != null) { try { t.treeDisconnect(inError, true); } finally { this.tree = null; this.treeAcquired = false; } } else {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 30.4K bytes - Viewed (1) -
src/main/java/jcifs/smb/SmbSessionImpl.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
/* Tree thinks it is connected but transport disconnected * under it, reset tree to reflect the truth. */ tree.treeDisconnect(true); } if (isConnected()) { return; } getUncPath0(); getFirstAddress(); for (;;) { try {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)