- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for destroyObject (0.1 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactory.java
*/ @Override public PooledObject<T> wrap(final T obj) { return new DefaultPooledObject<>(obj); } @Override public void destroyObject(final PooledObject<T> p) throws Exception { if (onDestroyListener != null) { onDestroyListener.onDestroy(p); } } public interface OnDestroyListener<T> {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:47:32 UTC 2024 - 2.4K bytes - Viewed (0)