com.rhi.architecture.batch
Class ConfigMixinUtils

java.lang.Object
  extended bycom.rhi.architecture.batch.ConfigMixinUtils

public class ConfigMixinUtils
extends java.lang.Object

ConfigMixinUtils
Abstracts away the loading of configuration data so that it can be shared by different classes. (PipelineProcess & PARCApplication currently.)

Version:
1.0
Author:
petmck01

Constructor Summary
ConfigMixinUtils()
           
 
Method Summary
static void loadAllMixins(java.util.Properties props)
          Mixin classes can be used to append configuration information from disparate sources w/o affecting the core batch architecture.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigMixinUtils

public ConfigMixinUtils()
Method Detail

loadAllMixins

public static void loadAllMixins(java.util.Properties props)
                          throws InitializationException
Mixin classes can be used to append configuration information from disparate sources w/o affecting the core batch architecture. This facility allows the interface developer to add any number of optional mixin classes. They will be loaded and initialized @ runtime prior to initializing any framework objects.

Parameters:
props - - the complete config set.
Throws:
InitializationException
Since:
1.0


Copyright © 2002-2004 Robert Half International. All Rights Reserved.