public interface ObjectPool<T>
Modifier and Type | Method and Description |
---|---|
T |
borrowObject() |
int |
getNumActive() |
int |
getNumIdle() |
void |
returnObject(T object) |
void |
returnObjects(Collection<T> collection) |
T borrowObject()
void returnObject(T object)
void returnObjects(Collection<T> collection)
int getNumActive()
int getNumIdle()
Copyright © 2005–2024 Onix Solutions. All rights reserved.