- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for doGetBatchLimit (0.05 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/test/java/jcifs/config/BaseConfigurationTest.java
void testGetBatchLimitWithCustomImplementation() throws CIFSException { BaseConfiguration customConfig = new BaseConfiguration(false) { @Override protected Integer doGetBatchLimit(String cmd) { if ("CustomCommand".equals(cmd)) { return 5; } return null; } };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.6K bytes - Viewed (0)