public interface PooledObject
| Modifier and Type | Method and Description |
|---|---|
void |
checkIn()
Check-in the object in the pool, resetting its internal state.
|
void |
checkOut()
Check-out the object in the pool, initializing its internal state.
|
Copyright © 2018 TeleStax, Inc.. All rights reserved.