public interface InitableRecyclable extends Recyclable
| Modifier and Type | Method and Description |
|---|---|
void |
init(Object initObj)
This method should be called after retrieving the object from
the pool.
|
dispose, isDisposed, recyclevoid init(Object initObj) throws PoolException
initObj - the object to initializePoolException - pool exception if failed to initializeCopyright © 2005–1970 The Apache Software Foundation. All rights reserved.