IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class OperationInitializer

java.lang.Object
  extended by com.ibm.btt.base.OperationInitializer
All Implemented Interfaces:
Initializer

public class OperationInitializer
extends java.lang.Object
implements Initializer

Operation Initializer


Constructor Summary
OperationInitializer()
           
 
Method Summary
 void cleanup(KeyedCollection config)
          Cleanup current component
static java.lang.String getModularityValue()
          Gets the modularity value.
static KeyedCollection getSettings()
           
static java.lang.Object[] getSgmlSelfDefinedOperation(java.lang.String aSelfDefinedOperationId)
          Gets the XML self-defined operation file name corresponding to an operation id.
static Hashtable getTagClassTable()
           
 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

OperationInitializer

public OperationInitializer()
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()
Returns:
Hashtable the class table defined in BTT Operations

getSettings

public static KeyedCollection getSettings()
Returns:
KeyedCollection the XML section of the definitions

getModularityValue

public static java.lang.String getModularityValue()
Gets the modularity value.

Returns:
java.lang.String

getSgmlSelfDefinedOperation

public static java.lang.Object[] getSgmlSelfDefinedOperation(java.lang.String aSelfDefinedOperationId)
Gets the XML self-defined operation file name corresponding to an operation id.

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

reinitialize

public static void reinitialize()
                         throws BTTInitException
Throws:
BTTInitException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011