Uses of Enum
org.apache.commons.pool2.PooledObjectState
Packages that use PooledObjectState
Package
Description
Object pooling API.
Object pooling API implementations.
-
Uses of PooledObjectState in org.apache.commons.pool2
Methods in org.apache.commons.pool2 that return PooledObjectStateModifier and TypeMethodDescriptionPooledObject.getState()
Gets the state of this object.static PooledObjectState
Returns the enum constant of this type with the specified name.static PooledObjectState[]
PooledObjectState.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PooledObjectState in org.apache.commons.pool2.impl
Methods in org.apache.commons.pool2.impl that return PooledObjectState