SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.conf
Interface Configurable

All Known Implementing Classes:
LocalCache, TangosolCache, JMSCache

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.4.3 generated on March 27 2003

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