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 |
startConfiguration
public void startConfiguration()
- Invoked before configuration is begun on this object
endConfiguration
public void endConfiguration()
- Invoked upon completion of configuration of this object
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.