Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_shutdownListener_interface (0.47 sec)

  1. src/test/java/org/codelibs/fess/job/JobExecutorTest.java

            jobExecutor.shutdown();
            assertEquals(2, shutdownCount.get());
    
            jobExecutor.shutdown();
            assertEquals(3, shutdownCount.get());
        }
    
        public void test_shutdownListener_interface() {
            // Test anonymous ShutdownListener implementation
            final AtomicBoolean flag = new AtomicBoolean(false);
            ShutdownListener listener = new ShutdownListener() {
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top