Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.PooledObjectState
-
Packages that use PooledObjectState Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of PooledObjectState in org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that return PooledObjectState Modifier and Type Method Description PooledObjectStatePooledObject. getState()Returns the state of this object.static PooledObjectStatePooledObjectState. valueOf(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.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return PooledObjectState Modifier and Type Method Description PooledObjectStateDefaultPooledObject. getState()Returns the state of this object.
-