PooledObjectState

Provides the possible states that a {@link PooledObject} may be in.

Values

ValueMeaning
IDLE

In the queue, not in use.

ALLOCATED

In use.

INVALID

Failed maintenance (e.g. eviction test or validation) and will be / has been destroyed

ABANDONED

Deemed abandoned, to be invalidated.

RETURNING

Returning to the pool.

Meta