- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MonitorTarget (0.05 sec)
-
src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java
Exception exception = new RuntimeException("test"); StringBuilder result = monitorTarget.appendException(buf, exception); assertSame(buf, result); } // Concrete implementation of MonitorTarget for testing private static class TestMonitorTarget extends MonitorTarget { @Override public void expired() { // Implementation not needed for these tests
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/JobHelper.java
*/ static class MonitorTarget implements TimeoutTarget { /** The job log being monitored */ private final JobLog jobLog; /** * Constructor for MonitorTarget. * * @param jobLog the job log to monitor */ public MonitorTarget(final JobLog jobLog) { this.jobLog = jobLog; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.8K bytes - Viewed (0)