org.apache.ojb.broker.util.configuration
Interface Configurable

All Known Subinterfaces:
LockMap, Logger, OJBTxManager, PersistenceBroker, PersistenceBrokerFactoryIF, PersistenceBrokerInternal
All Known Implementing Classes:
BaseConnection.OTMOQLQueryImpl, CommonsLoggerImpl, ConfigurableFactory, ConnectionFactoryFactory, ConnectionManagerFactory, DelegatingPersistenceBroker, ImplementationImpl.BaseFactory, ImplementationImpl.DArrayFactory, ImplementationImpl.DBagFactory, ImplementationImpl.DListFactory, ImplementationImpl.DMapFactory, ImplementationImpl.DSetFactory, InMemoryLockMapImpl, InterceptorFactory, J2EETransactionImpl, JdbcAccessFactory, JTATxManager, LocalTxManager, LockManagerRemoteImpl, LockMapFactory.Factory, Log4jLoggerImpl, ObjectCacheSoftImpl, OJB, OJBJ2EE_2, OQLQueryImpl, PBPoolInfo, PersistenceBrokerAbstractImpl, PersistenceBrokerBean, PersistenceBrokerFactoryBaseImpl, PersistenceBrokerFactoryDefaultImpl, PersistenceBrokerFactorySyncImpl, PersistenceBrokerFactorySyncImpl.PersistenceBrokerSyncHandle, PersistenceBrokerFactorySyncImpl.PersistenceBrokerSyncImpl, PersistenceBrokerHandle, PersistenceBrokerImpl, PoolablePersistenceBroker, PoorMansLoggerImpl, RemoteLockMapImpl, RepositoryPersistor, SqlGeneratorFactory, StatementManagerFactory, StatementsForClassFactory, StringBufferLoggerImpl, TransactionImpl, TransactionManagerFactoryFactory.TMFactoryFactory, TxManagerFactory

public interface Configurable

This interface defines the behaviour of a configurable Object. It provides a single callback method configure(Configuration pConfig). This method is invoked by a Configurator. Implementors of this method evaluate the Configuration object pConfig to perform the proper configuration of the current instance.

Version:
$Id: Configurable.java,v 1.1 2007-08-24 22:17:30 ewestfal Exp $
Author:
Thomas Mahler

Method Summary
 void configure(Configuration pConfig)
          configure an object using the Configuration pConfig
 

Method Detail

configure

void configure(Configuration pConfig)
               throws ConfigurationException
configure an object using the Configuration pConfig

Parameters:
pConfig - the Configuration object used to configure current instance
Throws:
ConfigurationException


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.