IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.config.impl
Class SimpleConfig

java.lang.Object
  extended by com.ibm.btt.config.impl.SimpleConfig
All Implemented Interfaces:
Initializer

public class SimpleConfig
extends java.lang.Object
implements Initializer

Simple configuration intializer


Constructor Summary
SimpleConfig()
           
 
Method Summary
 void cleanup(KeyedCollection config)
          Cleanup current component
static TagProvider getTagProvider(java.lang.String componentName)
          Get tag provider by component name
 void initialize(KeyedCollection config)
          Initialize current component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConfig

public SimpleConfig()
Method Detail

cleanup

public void cleanup(KeyedCollection config)
             throws BTTCleanUpException
Description copied from interface: Initializer
Cleanup current component

Specified by:
cleanup in interface Initializer
Parameters:
config - the current cached XML cleans the current cached configuration
Throws:
BTTCleanUpException

initialize

public void initialize(KeyedCollection config)
                throws BTTInitException
Description copied from interface: Initializer
Initialize current component

Specified by:
initialize in interface Initializer
Throws:
BTTInitException

getTagProvider

public static TagProvider getTagProvider(java.lang.String componentName)
Get tag provider by component name

Parameters:
componentName - component name
Returns:
tag provider

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011