public class PoolStats
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableObjects()
Returns the number of available objects.
|
int |
getAvailableSlots()
Returns the number of available slots.
|
int |
getTotalObjects()
Returns the total number of pooled objects.
|
int |
getTotalSlots()
Returns the total number of slots.
|
public int getAvailableSlots()
public int getTotalSlots()
public int getAvailableObjects()
public int getTotalObjects()