IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.chaformat
Class CHAandFormatterMigration

java.lang.Object
  extended bycom.ibm.btt.tools.migration.chaformat.CHAandFormatterMigration

public class CHAandFormatterMigration
extends java.lang.Object

CHAandFormatterMigration The migration module of Data Model and Formatter


Constructor Summary
CHAandFormatterMigration()
           
 
Method Summary
 void doMigration()
          Perform the definition files migration exception the definition files of the operation and the processor
static java.lang.String getClassName(Tag aTag)
          Get the implement class name corresponding to the tag
 java.lang.String getTargetLoc()
          Get the target path which will place the migrated defintion files
static void main(java.lang.String[] args)
           
static void modifyJDBCServicesDef(Tag aTag)
          Perform the modification on the JDBC service which BTT 5.1 supported.
 void setTargetLoc(java.lang.String string)
          Set the target path which will place the migrated defintion files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CHAandFormatterMigration

public CHAandFormatterMigration()
Method Detail

main

public static void main(java.lang.String[] args)

doMigration

public void doMigration()
                 throws java.lang.Exception
Perform the definition files migration exception the definition files of the operation and the processor

Throws:
java.lang.Exception

getClassName

public static java.lang.String getClassName(Tag aTag)
Get the implement class name corresponding to the tag

Returns:
String the implement class name

modifyJDBCServicesDef

public static void modifyJDBCServicesDef(Tag aTag)
Perform the modification on the JDBC service which BTT 5.1 supported. In BTT 5.1, the supported JDBC services are Table service, Journal service and the dummy Journal service in the sample


getTargetLoc

public java.lang.String getTargetLoc()
Get the target path which will place the migrated defintion files

Returns:
String

setTargetLoc

public void setTargetLoc(java.lang.String string)
Set the target path which will place the migrated defintion files

Parameters:
string -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005