org.globus.transfer.reliable.setup
Class RFTDbBootstrap

java.lang.Object
  extended byorg.globus.transfer.reliable.setup.RFTDbBootstrap

public class RFTDbBootstrap
extends java.lang.Object


Field Summary
private static java.lang.String factoryTable
           
private static java.lang.String index
           
private static java.lang.String requestSequence
           
private static java.lang.String requestTable
           
private static java.lang.String restartTable
           
private static java.lang.String transferSequence
           
private static java.lang.String transferTable
           
 
Constructor Summary
RFTDbBootstrap()
           
 
Method Summary
static void createTables(java.sql.Connection c)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestSequence

private static java.lang.String requestSequence

requestTable

private static java.lang.String requestTable

transferSequence

private static java.lang.String transferSequence

transferTable

private static java.lang.String transferTable

restartTable

private static java.lang.String restartTable

factoryTable

private static java.lang.String factoryTable

index

private static java.lang.String index
Constructor Detail

RFTDbBootstrap

public RFTDbBootstrap()
Method Detail

createTables

public static void createTables(java.sql.Connection c)
                         throws java.sql.SQLException
Throws:
java.sql.SQLException

main

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