KeyedObjectPool.close

Close this pool, and free any resources associated with it. <p> Calling {@link #addObject addObject} or {@link #borrowObject borrowObject} after invoking this method on a pool will cause them to throw an {@link IllegalStateException}. </p> <p> Implementations should silently fail if not all resources can be freed. </p>

interface KeyedObjectPool(K, V)
override
void
close
()

Meta