org.apache.openjpa.lib.conf
Interface Configurable
- All Known Implementing Classes:
- AbstractDataCache, AbstractDB2Dictionary, AbstractJDBCSavepointManager, AbstractQueryCache, AbstractRemoteCommitProvider, AbstractSQLServerDictionary, AbstractUpdateManager, AccessDictionary, AutomaticManagedRuntime, CacheDictionary, ClassTableJDBCSeq, ConcurrentDataCache, ConcurrentQueryCache, ConstraintUpdateManager, DB2Dictionary, DBDictionary, DerbyDictionary, DynamicSchemaFactory, EmpressDictionary, FileSchemaFactory, FirebirdDictionary, FoxProDictionary, H2Dictionary, HSQLDictionary, InformixDictionary, InterbaseDictionary, InverseManager, InvocationManagedRuntime, JDataStoreDictionary, JDBC3SavepointManager, JMSRemoteCommitProvider, LazySchemaFactory, LogFactoryImpl, MappingDefaultsImpl, MappingRepository, MetaDataRepository, MySQLDictionary, NativeJDBCSeq, OperationOrderUpdateManager, OracleDictionary, PersistenceMappingDefaults, PersistenceMappingFactory, PersistenceMetaDataFactory, PointbaseDictionary, PostgresDictionary, SingleJVMRemoteCommitProvider, SQLFactoryImpl, SQLServerDictionary, SybaseDictionary, TableJDBCSeq, TableSchemaFactory, TCPRemoteCommitProvider, ValueTableJDBCSeq, WASManagedRuntime
public interface Configurable
This interface provides a mechanism for notifying interested
objects when configuration events occur. It provides an object
with the opportunity to set itself up for configuration and to
perform any necessary post-configuration.
- Author:
- Patrick Linskey
setConfiguration
void setConfiguration(Configuration conf)
- Invoked prior to setting bean properties.
startConfiguration
void startConfiguration()
- Invoked before bean property configuration is begun on this object.
endConfiguration
void endConfiguration()
- Invoked upon completion of bean property configuration for this object.
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.