- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for destroyObject (0.17 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
// destroyObject should continue and close the resource even if listener throws factoryWithListener.destroyObject(pooledObject); // Resource should still be closed despite listener exception assertTrue("Component should be closed even if listener throws", component.isClosed()); } /** * Test destroyObject with AutoCloseable component */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 13:07:01 UTC 2025 - 36.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactory.java
* * @param p The pooled object to destroy * @throws Exception if destruction fails */ @Override public void destroyObject(final PooledObject<T> p) throws Exception { if (logger.isDebugEnabled()) { logger.debug("Destroying pooled object for component: {}", componentName); } // Notify the listener firstRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 6.6K bytes - Viewed (0)