E - the type of the I/O entries.public interface IOPool<E extends IOEntry<E>> extends Pool<IOPool.Entry<E>,IOException>
Implementations must be thread-safe. However, this does not necessarily apply to the implementation of its managed resources.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOPool.Entry<E extends IOEntry<E>>
A releasable I/O entry.
|
Pool.Releasable<E extends Exception>Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.