org.codehaus.dna
Interface ReleaseUtil.Releaseable

Enclosing interface:
ReleaseUtil

public static interface ReleaseUtil.Releaseable

Utility interface used to mark resources that can be released. Developers should never directly reference this class and never make a component implement this interface. Instead the container will choose to have the proxys of component implement the interface.


Method Summary
 void release()
          Indicate to the container that component no longer needs resources.
 

Method Detail

release

public void release()
Indicate to the container that component no longer needs resources.



Copyright © 2003-2004 Codehaus. All Rights Reserved.