| java.lang.Object org.codehaus.dna.ReleaseUtil
All known Subclasses: org.codehaus.dna.MockReleaseable,
ReleaseUtil | public class ReleaseUtil (Code) | | 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 $ |
Inner Class :public interface Releaseable | |
Method Summary | |
public static void | release(Object object) The component invokes this method to indicate to
the container that it no longer needs specified
resource. |
release | public static void release(Object object)(Code) | | The component invokes this method to indicate to
the container that it no longer needs specified
resource.
Parameters: object - the resource |
|
|