|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Pool.Releasable<E extends Exception>
This interface is designed to be used with Pools which enable their resources to release itself.
| Method Summary | |
|---|---|
void |
release()
Releases this resource to its pool. |
| Method Detail |
|---|
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 doesn't tolerate this.
E extends Exception
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||