JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.openjpa.lib.util
Interface Closeable
All Known Subinterfaces:
Broker
,
BrokerFactory
,
Configuration
,
DataCache
,
DistributedBroker
,
DistributedBrokerFactory
,
DistributedConfiguration
,
DistributedJDBCConfiguration
,
DistributedStoreManager
,
JDBCConfiguration
,
JDBCLockManager
,
JDBCSeq
,
LockManager
,
MetaDataIterator
,
OpenJPAConfiguration
,
PCResultObjectProvider
,
QueryCache
,
RemoteCommitListener
,
RemoteCommitProvider
,
Result
,
ResultList
<E>,
ResultObjectProvider
,
ReverseCustomizer
,
Seq
,
StoreManager
All Known Implementing Classes:
AbstractBrokerFactory
,
AbstractDataCache
,
AbstractJDBCSeq
,
AbstractLockManager
,
AbstractNonSequentialResultList
,
AbstractPCResultObjectProvider
,
AbstractQueryCache
,
AbstractRemoteCommitProvider
,
AbstractResult
,
AbstractResultList
,
AbstractSequentialResultList
,
AbstractStoreBrokerFactory
,
AbstractStoreManager
,
BrokerImpl
,
ClassMetaDataIterator
,
ClasspathMetaDataIterator
,
ClassTableJDBCSeq
,
ConcurrentDataCache
,
ConcurrentQueryCache
,
ConfigurationImpl
,
ConfiguringConnectionDecorator.ConfiguringConnection
,
DataCacheManagerImpl
,
DataCacheStoreManager
,
DataSourceFactory.DefaultsDataSource
,
DecoratingDataSource
,
DelegatingBroker
,
DelegatingBrokerFactory
,
DelegatingCallableStatement
,
DelegatingConnection
,
DelegatingDataCache
,
DelegatingDataSource
,
DelegatingPreparedStatement
,
DelegatingQueryCache
,
DelegatingResultList
,
DelegatingResultSet
,
DelegatingSeq
,
DelegatingStatement
,
DelegatingStoreManager
,
DistributedBrokerImpl
,
DistributedDataSource
,
DistributedJDBCBrokerFactory
,
DistributedJDBCConfigurationImpl
,
EagerResultList
,
EntityManagerFactoryImpl
,
EntityManagerImpl
,
FileMetaDataIterator
,
FinalizingBrokerImpl
,
GenericResultObjectProvider
,
InstanceResultObjectProvider
,
JDBCBrokerFactory
,
JDBCConfigurationImpl
,
JDBCEventConnectionDecorator.EventConnection
,
JDBCEventConnectionDecorator.EventPreparedStatement
,
JDBCEventConnectionDecorator.EventStatement
,
JDBCStoreManager
,
JDBCStoreManager.CancelPreparedStatement
,
JDBCStoreManager.CancelStatement
,
JDBCStoreManager.ClientConnection
,
JDBCStoreManager.RefCountConnection
,
JMSRemoteCommitProvider
,
LazyForwardResultList
,
ListResultList
,
ListResultObjectProvider
,
LoggingConnectionDecorator.LoggingConnection
,
LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
,
LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
,
LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
,
LoggingConnectionDecorator.LoggingConnection.LoggingStatement
,
MappingRepository
,
MergedResult
,
MergedResultObjectProvider
,
MetaDataIteratorChain
,
MetaDataRepository
,
MixedLockManager
,
NativeJDBCSeq
,
NoneLockManager
,
OpenJPAConfigurationImpl
,
OrderingMergedResultObjectProvider
,
PagingResultObjectProvider
,
PartitionedDataCache
,
PessimisticLockManager
,
PostgresDictionary.PostgresConnection
,
PostgresDictionary.PostgresPreparedStatement
,
PreparedResultObjectProvider
,
PropertiesReverseCustomizer
,
QueryImpl.PackingResultObjectProvider
,
QueryImpl.RemoveOnCloseResultList
,
RandomAccessResultList
,
RangeResultObjectProvider
,
RemoteCommitEventManager
,
ResourceMetaDataIterator
,
ResultObjectProviderIterator
,
ResultSetResult
,
SelectImpl.SelectResult
,
SelectResultObjectProvider
,
SequenceMapping
,
SequenceMetaData
,
SimpleResultList
,
SingleJVMRemoteCommitProvider
,
SliceStoreManager
,
SoftRandomAccessResultList
,
SybaseDictionary.SybaseConnection
,
TableJDBCSeq
,
TCPRemoteCommitProvider
,
TimeSeededSeq
,
UniqueResultObjectProvider
,
URLMetaDataIterator
,
UUIDHexSeq
,
UUIDStringSeq
,
UUIDType4HexSeq
,
UUIDType4StringSeq
,
ValueTableJDBCSeq
,
VersionLockManager
,
WindowResultList
,
XMLConfiguration
,
XMLStoreManager
,
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
Methods
Modifier and Type
Method and Description
void
close
()
Method Detail
close
void close() throws java.lang.Exception
Throws:
java.lang.Exception
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method