public static interface Pool.Releasable<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
release()
Releases this resource to its pool.
|
void release()
throws E extends Exception
IllegalStateException upon the
conditions explained below.IllegalStateException - if this resource has already been
released to its pool and the implementation cannot tolerate
this.E extends ExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.