Uses of Enum
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.PooledObjectState
Packages that use PooledObjectState
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
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
Subclasses with type arguments of type PooledObjectState in org.datanucleus.store.rdbms.datasource.dbcp2.pool2Modifier and TypeClassDescriptionenumProvides the possible states that aPooledObjectmay be in.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that return PooledObjectStateModifier and TypeMethodDescriptionPooledObject.getState()Returns the state of this object.static PooledObjectStateReturns 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
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl declared as PooledObjectStateMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return PooledObjectStateModifier and TypeMethodDescriptionDefaultPooledObject.getState()Returns the state of this object.