public class ObjectFactory extends Object
| Constructor and Description |
|---|
ObjectFactory() |
ObjectFactory(int maxPoolSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToFreePool(Object o) |
void |
addToUsedPool(Object o) |
Object |
getFreeObject() |
void |
unuseObject(Object o) |
Copyright © 2017. All rights reserved.