org.codehaus.dna
Class ReleaseUtil

java.lang.Object
  extended byorg.codehaus.dna.ReleaseUtil

public class ReleaseUtil
extends java.lang.Object

Utility class to signal to the container that a resource is no longer going to be used by the component.

Version:
$Revision: 1.2 $ $Date: 2004/05/01 09:51:48 $

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

ReleaseUtil

public ReleaseUtil()
Method Detail

release

public static void release(java.lang.Object object)
The component invokes this method to indicate to the container that it no longer needs specified resource.

Parameters:
object - the resource


Copyright © 2003-2004 Codehaus. All Rights Reserved.