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 Thu 14-Apr-2016 01:16 AM

Copyright © IBM 2016. All rights reserved.