public abstract class AbstractPoolableProvider<T> extends Object implements PoolableProvider<T>
Constructor and Description |
---|
AbstractPoolableProvider() |
Modifier and Type | Method and Description |
---|---|
void |
destroy(T object) |
void |
passivate(T object) |
boolean |
validate(T object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activate, create
public boolean validate(T object)
validate
in interface PoolableProvider<T>
public void passivate(T object)
passivate
in interface PoolableProvider<T>
public void destroy(T object)
destroy
in interface PoolableProvider<T>
Copyright © 2000–2022 EPAM Systems. All rights reserved.