- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getLastActivityTime (0.22 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/internal/smb2/multichannel/ChannelInfo.java
return establishedTime; } /** * Get the last activity time * * @return last activity time in milliseconds */ public long getLastActivityTime() { return lastActivityTime; } /** * Update activity timestamp */ public void updateActivity() { this.lastActivityTime = System.currentTimeMillis(); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 10.6K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
return failureCount.get(); } public long getFirstConnectionTime() { return firstConnectionTime; } public long getLastActivityTime() { return lastActivityTime; } public double getSuccessRate() { long total = successCount.get() + failureCount.get();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 33.4K bytes - Click Count (0)