public interface ObjectFactory
| Modifier and Type | Method and Description |
|---|---|
Object |
create(Object param)
Create an object.
|
void |
destroy(Object object)
Destroy an object.
|
Object create(Object param) throws PoolException
PoolExceptionvoid destroy(Object object)
Copyright © 2017. All rights reserved.