org.apache.openjpa.lib.util
Interface Closeable

All Known Subinterfaces:
Configuration, MetaDataIterator, ResultList<E>, ResultObjectProvider
All Known Implementing Classes:
AbstractNonSequentialResultList, AbstractResultList, AbstractSequentialResultList, ClassMetaDataIterator, ClasspathMetaDataIterator, ConfigurationImpl, ConfiguringConnectionDecorator.ConfiguringConnection, DecoratingDataSource, DelegatingCallableStatement, DelegatingConnection, DelegatingDataSource, DelegatingPreparedStatement, DelegatingResultSet, DelegatingStatement, EagerResultList, FileMetaDataIterator, JarFileURLMetaDataIterator, LazyForwardResultList, ListResultList, ListResultObjectProvider, LoggingConnectionDecorator.LoggingConnection, LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement, LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement, LoggingConnectionDecorator.LoggingConnection.LoggingResultSet, LoggingConnectionDecorator.LoggingConnection.LoggingStatement, MergedResultObjectProvider, MetaDataIteratorChain, RandomAccessResultList, RangeResultObjectProvider, ResourceMetaDataIterator, ResultObjectProviderIterator, SimpleResultList, SoftRandomAccessResultList, URLMetaDataIterator, WindowResultList, ZipFileMetaDataIterator, ZipStreamMetaDataIterator

public interface Closeable

Generic interface for components that can be closed so that helpers can treate them in a generic way.

Author:
Abe White

Method Summary
 void close()
           
 

Method Detail

close

void close()
           throws Exception
Throws:
Exception


Copyright © 2006–2015 Apache Software Foundation. All rights reserved.