BaseKeyedPooledObjectFactory.activateObject

Reinitialize an instance to be returned by the pool. <p> The default implementation is a no-op. </p>

@param key the key used when selecting the object @param p a {@code PooledObject} wrapping the instance to be activated

class BaseKeyedPooledObjectFactory(K, V)
override
void
activateObject
(
K key
,
PooledObject!(V) p
)

Meta