- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for LaJobRuntime (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/JobHelper.java
* * @param runtime the job runtime to set */ public void setJobRuntime(final LaJobRuntime runtime) { jobRuntimeLocal.set(runtime); } /** * Gets the job runtime for the current thread. * * @return the job runtime for the current thread */ public LaJobRuntime getJobRuntime() { return jobRuntimeLocal.get(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
import org.codelibs.fess.Constants; import org.codelibs.fess.opensearch.config.exentity.ScheduledJob; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.di.exception.IORuntimeException; import org.lastaflute.job.LaJobRuntime; /** * Abstract base class for executable jobs in the Fess search engine. * This class provides common functionality for job execution including process management,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.di.exception.IORuntimeException; import org.lastaflute.job.LaJobRuntime; public class ExecJobTest extends UnitFessTestCase { private TestExecJob execJob; private File tempDir; private SystemHelper originalSystemHelper; private ProcessHelper originalProcessHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0)