|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.d_haven.mpool.NullRecyclePolicy
public class NullRecyclePolicy
The NullRecyclePolicy is provided to turn off any recycling of pooled objects for a pool.
| Constructor Summary | |
|---|---|
NullRecyclePolicy()
|
|
| Method Summary | |
|---|---|
void |
recycle(java.lang.Object pooledObject)
All objects are not supposed to recycle, so this method does nothing. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NullRecyclePolicy()
| Method Detail |
|---|
public void recycle(java.lang.Object pooledObject)
recycle in interface RecyclePolicypooledObject - the object to recyclepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||