com.rhi.architecture.batch
Interface ConfigMixin
- All Known Implementing Classes:
- DBConfigMixin, HierarchicalDBConfigMixin, PropertiesConfigMixin
- public interface ConfigMixin
Interface to use when adding a new configuration
store to an interface application. It provides
a somewhat extensible mechanism for configuration
data.
- Since:
- 1.0
- Author:
- Pete McKinstry
Method Summary |
void |
loadConfiguration(java.util.Properties props)
Retrieve property values & append them to the provided
default application properties. |
loadConfiguration
public void loadConfiguration(java.util.Properties props)
throws InitializationException
- Retrieve property values & append them to the provided
default application properties. This provides an
extensible mechanism for configuration information.
- Parameters:
props
-
- Throws:
InitializationException
- Since:
- 1.1
Copyright © 2002-2004 Robert Half International. All Rights Reserved.