- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for TimeoutTarget (0.07 seconds)
-
src/test/java/org/codelibs/fess/timer/HotThreadMonitorTargetTest.java
"HotThreadMonitorTarget should extend MonitorTarget"); assertTrue(TimeoutTarget.class.isAssignableFrom(HotThreadMonitorTarget.class), "HotThreadMonitorTarget should implement TimeoutTarget"); } @Test public void test_constructor() { assertNotNull(target, "Constructor should create instance");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 4.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/SystemMonitorTargetTest.java
assertTrue(MonitorTarget.class.isAssignableFrom(SystemMonitorTarget.class), "SystemMonitorTarget should extend MonitorTarget"); assertTrue(TimeoutTarget.class.isAssignableFrom(SystemMonitorTarget.class), "SystemMonitorTarget should implement TimeoutTarget"); } @Test public void test_constructor() { assertNotNull(target, "Constructor should create instance");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/timer/LogNotificationTarget.java
import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.core.timer.TimeoutTarget; import org.codelibs.fess.helper.LogNotificationHelper; import org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent; import org.codelibs.fess.opensearch.client.SearchEngineClient;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
assertNotNull(helper); } @Test public void test_init_and_destroy() { LogNotificationHelper helper = new LogNotificationHelper(); // init() registers a TimeoutTarget with TimeoutManager helper.init(); // destroy() cancels the task and flushes; should not throw helper.destroy(); } @Test public void test_destroy_beforeInit() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0)