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 Tue 25-Jul-2017 08:41 PM

Copyright © IBM 2017. All rights reserved.