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
PoolException
void destroy(Object object)
Copyright © 2019. All rights reserved.