|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.dna.ReleaseUtil
Utility class to signal to the container that a resource is no longer going to be used by the component.
Nested Class Summary | |
static interface |
ReleaseUtil.Releaseable
Utility interface used to mark resources that can be released. |
Constructor Summary | |
ReleaseUtil()
|
Method Summary | |
static void |
release(java.lang.Object object)
The component invokes this method to indicate to the container that it no longer needs specified resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReleaseUtil()
Method Detail |
public static void release(java.lang.Object object)
object
- the resource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |