IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.automaton
Class ProcessorInitializer

java.lang.Object
  extended by com.ibm.btt.automaton.ProcessorInitializer
All Implemented Interfaces:
Initializer

public class ProcessorInitializer
extends java.lang.Object
implements Initializer

Processor Initializer


Constructor Summary
ProcessorInitializer()
           
 
Method Summary
 void cleanup(KeyedCollection config)
          Cleanup current component
static KeyedCollection getSettings()
          Get processor initializer setting.
static java.lang.Object[] getSgmlSelfDefinedProcessor(java.lang.String aSelfDefinedProcessorId)
          Gets the XML self-defined processor file name corresponding to a processor id.
static Hashtable getTagClassTable()
          Get processor initializer class table HashTable
 void initialize(KeyedCollection config)
          Initialize current component
static void reinitialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorInitializer

public ProcessorInitializer()
Method Detail

initialize

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

Specified by:
initialize in interface Initializer
Throws:
BTTInitException

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

getTagClassTable

public static Hashtable getTagClassTable()
Get processor initializer class table HashTable

Returns:
processor initializer class table HashTable

getSettings

public static KeyedCollection getSettings()
Get processor initializer setting.

Returns:
processor initializer setting keyCollection

getSgmlSelfDefinedProcessor

public static java.lang.Object[] getSgmlSelfDefinedProcessor(java.lang.String aSelfDefinedProcessorId)
Gets the XML self-defined processor file name corresponding to a processor id.

Parameters:
aSelfDefinedProcessorId - java.lang.String
Returns:
java.lang.Object[] Object[0] => Boolean True if the self-defined processor is defined in the .INI file Object[1] => The file name of the self-defined processor Object[2] => The path of the self-defined processor file

reinitialize

public static void reinitialize()
                         throws BTTInitException
Throws:
BTTInitException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011