Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for clearPreparedMessageHookOnThread (0.16 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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 ")
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 4.4K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/job/LogNotificationJob.java

                    });
                } catch (final Exception e) {
                    logger.warn("Failed to send log notification.", e);
                } finally {
                    SMailCallbackContext.clearPreparedMessageHookOnThread();
                }
            }
    
            final BulkRequestBuilder bulkDelete = client.prepareBulk();
            for (final String docId : docIds) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  3. 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
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 32.4K bytes
    - Click Count (0)
Back to Top