SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.conf
Interface Configurable

All Known Implementing Classes:
OracleDictionary, AbstractCacheImpl, QueryCacheImpl, JMSRemoteCommitProvider, TCPRemoteCommitProvider

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 configuration of this object
 void startConfiguration()
          Invoked before configuration is begun on this object
 

Method Detail

startConfiguration

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

endConfiguration

public void endConfiguration()
Invoked upon completion of configuration of this object

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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