| com.mchange.v1.util.ClosableResource
All known Subclasses: com.mchange.v2.c3p0.impl.AbstractC3P0PooledConnection,
ClosableResource | public interface ClosableResource (Code) | | An interface intended to be shared by the many sorts
of objects that offer some kind of close method to
cleanup resources they might be using. (I wish Sun
had defined, and used, such an interface in the standard
APIs.
|
Method Summary | |
public void | close() forces the release of any resources that might be
associated with this object. |
close | public void close() throws Exception(Code) | | forces the release of any resources that might be
associated with this object.
|
|
|