org.jacorb.notification.util
public abstract class AbstractPoolable extends Object implements Disposable
Version: $Id: AbstractPoolable.java,v 1.3 2005/08/21 13:38:40 alphonse.bendt Exp $
Field Summary | |
---|---|
protected Logger | logger_ |
Method Summary | |
---|---|
void | dispose()
The call to this Method indicates that this Object is not needed by the user anymore. |
abstract void | reset()
Reset the Object to an initial state. |
void | setObjectPool(AbstractObjectPool pool)
Set the ObjectPool to which this instance should be returned. |
dispose
the Object can be returned to its ObjectPool. It's forbidden
to use the Object after release has been called as this may cause unexpected behaviour.