Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for clearPreparedMessageHookOnThread (0.09 sec)

  1. src/main/java/org/codelibs/fess/job/PingSearchEngineJob.java

                        });
                    } catch (final Exception e) {
                        logger.warn("Failed to send a test mail.", e);
                    } finally {
                        SMailCallbackContext.clearPreparedMessageHookOnThread();
                    }
                }
                resultBuf.append("Status of ")
                        .append(ping.getClusterName())
                        .append(" is changed to ")
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/exec/Crawler.java

                        }
                        postcard.setJobname(systemProperties.getProperty("job.runtime.name", StringUtil.EMPTY));
                    });
                } finally {
                    SMailCallbackContext.clearPreparedMessageHookOnThread();
                }
            }
        }
    
        /**
         * Retrieves a value from a map with a default fallback.
         *
         * @param dataMap the map to retrieve the value from
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 31K bytes
    - Viewed (0)
Back to top