public class NoOperationResetter extends java.lang.Object implements Resetter, java.io.Serializable
Constructor and Description |
---|
NoOperationResetter() |
Modifier and Type | Method and Description |
---|---|
boolean |
reset(java.lang.Object object)
Reset the pooled object.
|
public boolean reset(java.lang.Object object)
false
prevents the element from returning into
the pool and the instance is garbage collected. Returns just true
.