AbandonedConfig.getRemoveAbandonedTimeout

<p>Timeout in seconds before an abandoned object can be removed.</p>

<p>The time of most recent use of an object is the maximum (latest) of {@link TrackedUse#getLastUsed()} (if this class of the object implements TrackedUse) and the time when the object was borrowed from the pool.</p>

<p>The default value is 300 seconds.</p>

@return the abandoned object timeout in seconds

class AbandonedConfig
int
getRemoveAbandonedTimeout
()

Meta