com.bankframe.admin.tools
Class MigrateRoutes

java.lang.Object
  extended bycom.bankframe.admin.tools.MigrateRoutes

public class MigrateRoutes
extends java.lang.Object

This class will migrate pre MCA 3.5 Routes to new the new ROUTES table

Usage:
java com.bankframe.admin.tools.MigrateRoutes -url [jdbcUrl] -driver [jdbcDriver] -u [username] -p [password] -t [tablespace]
Options:

  1. -url The JDBC URL of the database
  2. -driver The JDBC Driver to use to access the database. Note the driver must be in the classpath
  3. -u The username to connect to the database as
  4. -p The password to connect to the database as
  5. -t The tablespace to use. This defaults to the username

Author:
ETU

Constructor Summary
MigrateRoutes()
          Constructor
 
Method Summary
 int init(java.lang.String[] args)
          Initialises tool from command line parameters and starts processing
static void main(java.lang.String[] args)
           
 void migrateRoutes(java.lang.String url, java.lang.String driver, java.lang.String username, java.lang.String password, java.lang.String tablespace)
          This method initialises tool and starts processing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrateRoutes

public MigrateRoutes()
Constructor

Method Detail

init

public int init(java.lang.String[] args)
         throws java.sql.SQLException
Initialises tool from command line parameters and starts processing

Parameters:
args - is the array of String arguments from command line.
Throws:
java.sql.SQLException

main

public static void main(java.lang.String[] args)
Parameters:
args - String array

migrateRoutes

public void migrateRoutes(java.lang.String url,
                          java.lang.String driver,
                          java.lang.String username,
                          java.lang.String password,
                          java.lang.String tablespace)
                   throws java.sql.SQLException
This method initialises tool and starts processing

Parameters:
url - is the JDBC URL of the database
driver - is the JDBC Driver to use to access the database. Note the driver must be in the classpath");
username - is the username to connect to the database as");
password - is the password to connect to the database as");
tablespace - is the tablespace to use. This defaults to the username");
Throws:
java.sql.SQLException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.