Project: stp

com.ibm.rational.wvcm.stp
Interface StpReleasable

All Known Subinterfaces:
CqHitSet, CqResultSet

public interface StpReleasable

A interface for objects that hold resources that can (and in some cases really should) be released prior to garbage collection.


Nested Class Summary
static class StpReleasable.ReleaseException
          A distinguished unchecked exception for use by implementations of Releasable.
 
Method Summary
 void release()
          Release the resources held by this object.
 

Method Detail

release

void release()
Release the resources held by this object. Class's Javadoc comments indicate whether or not the unchecked ReleaseException can be thrown.


Generated Mon 18-May-2015 11:04 PM

Copyright © IBM 2015. All rights reserved.