- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for onError (0.22 sec)
-
src/main/java/jcifs/smb/SmbTreeImpl.java
} catch (final CIFSException e) { throw new SmbException("Logon share connection failed", e); } } } boolean treeDisconnect(final boolean inError, final boolean inUse) { boolean wasInUse = false; try (SmbSessionImpl sess = getSession(); SmbTransportImpl transport = sess.getTransport()) { synchronized (transport) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
&& tc.getConfig().getDefaultPassword() != null; } boolean logoff(boolean inError, boolean inUse) { boolean wasInUse = false; try (SmbTransportImpl trans = getTransport()) { synchronized (trans) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)