- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for destroySet (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactory.java
* @param <T> The type of the pooled object */ public interface OnDestroyListener<T> { /** * Called when a pooled object is being destroyed. * @param p The pooled object being destroyed */ void onDestroy(PooledObject<T> p); } /** * Gets the component name. * @return The component name */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/container/CrawlerContainer.java
* @return true if the crawler container is available, false otherwise. */ boolean available(); /** * Cleans up resources and performs any necessary finalization tasks * before the object is destroyed. This method should be called to * ensure that all resources are properly released. */ void destroy(); /** * Initializes the CrawlerContainer by setting the system propertyRegistered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 2.6K bytes - Viewed (0)