public interface Member<T> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
checkin() |
Member<T> |
checkout() |
void |
shutdown() |
T |
value()
Should only be called if the Member has been checked out (managed by the
Pool instance).
|
closeCopyright © 2016–2017. All rights reserved.