BasePooledObjectFactory.wrap

Wrap the provided instance with an implementation of {@link PooledObject}.

@param obj the instance to wrap

@return The provided instance, wrapped by a {@link PooledObject}

class BasePooledObjectFactory(T)
abstract
PooledObject!(T)
wrap
(
T obj
)

Meta