| Package | Description |
|---|---|
| org.apache.commons.pool2 |
Object pooling API.
|
| org.apache.commons.pool2.impl |
Object pooling API implementations.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
private PooledObjectState |
DefaultPooledObject.state |
| Modifier and Type | Method and Description |
|---|---|
PooledObjectState |
DefaultPooledObject.getState()
Returns the state of this object.
|