| org.apache.ojb.broker.util.configuration.Configurable
All known Subclasses: org.apache.ojb.odmg.locking.RemoteLockMapImpl, org.apache.ojb.odmg.TransactionImpl, org.apache.ojb.broker.core.PBPoolInfo, org.apache.ojb.broker.util.factory.ConfigurableFactory, org.apache.ojb.broker.locking.LockManagerRemoteImpl, org.apache.ojb.broker.metadata.RepositoryPersistor, org.apache.ojb.broker.cache.ObjectCacheSoftImpl, org.apache.ojb.odmg.oql.OQLQueryImpl, org.apache.ojb.broker.util.interceptor.InterceptorFactory,
Configurable | public interface Configurable (Code) | | 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.
author: Thomas Mahler version: $Id: Configurable.java,v 1.5.2.1 2005/12/21 22:28:15 tomdz Exp $ |
|
|