Uses of Class
org.apache.commons.pool2.PooledObjectState
-
Packages that use PooledObjectState Package Description org.apache.commons.pool2 Object pooling API.org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of PooledObjectState in org.apache.commons.pool2
Methods in org.apache.commons.pool2 that return PooledObjectState Modifier and Type Method Description PooledObjectState
PooledObject. getState()
Returns the state of this object.static PooledObjectState
PooledObjectState. valueOf(java.lang.String name)
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
Fields in org.apache.commons.pool2.impl declared as PooledObjectState Modifier and Type Field Description private PooledObjectState
DefaultPooledObject. state
Methods in org.apache.commons.pool2.impl that return PooledObjectState Modifier and Type Method Description PooledObjectState
DefaultPooledObject. getState()
Returns the state of this object.
-