SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

com.solarmetric.conf
Interface Configurable

All Known Subinterfaces:
ManagerClient, ManagerServer, ManagerUI
All Known Implementing Classes:
FileMappingFactory, MetaDataMappingFactory, DBMappingFactory, DBSequenceFactory, LazySchemaFactory, DynamicSchemaFactory, DBSchemaFactory, FileSchemaFactory, DBDictionary, UpdateManagerImpl, AbstractRemoteCommitProvider, TCPRemoteCommitProvider, JMSRemoteCommitProvider, AbstractCacheImpl, QueryCacheImpl, InvocationManagedRuntime, AutomaticManagedRuntime

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.


Method Summary
 void endConfiguration()
          Invoked upon completion of bean property configuration for this object.
 void setConfiguration(Configuration conf)
          Invoked prior to setting bean properties.
 void startConfiguration()
          Invoked before bean property configuration is begun on this object.
 

Method Detail

setConfiguration

public void setConfiguration(Configuration conf)
Invoked prior to setting bean properties.

startConfiguration

public void startConfiguration()
Invoked before bean property configuration is begun on this object.

endConfiguration

public void endConfiguration()
Invoked upon completion of bean property configuration for this object.

SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.