com.partnersoft.v3x.apps.PartnerWeb.interfaces.sedc
Class GASMirror

java.lang.Object
  extended by com.partnersoft.v3x.apps.PartnerWeb.interfaces.sedc.GASMirror

public class GASMirror
extends java.lang.Object

A thread that runs queries on the SEDC GAS database and mirrors the data into the Partner MySQL database.


Constructor Summary
GASMirror()
           
 
Method Summary
 int getBatchLength()
           
 DatabaseConnectionConfig getGasDatabase()
           
 DatabaseConnectionConfig getPartnerDatabase()
           
 java.util.ArrayList getTables()
           
 void initialize()
          Creates the Partner MySQL database tables, then loads them from the GAS system.
static void main(java.lang.String[] argv)
           
 void setBatchLength(int newLength)
           
 void setGasDatabase(DatabaseConnectionConfig newDatabase)
           
 void setPartnerDatabase(DatabaseConnectionConfig newDatabase)
           
 void setTables(java.util.ArrayList newTables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GASMirror

public GASMirror()
Method Detail

main

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

initialize

public void initialize()
Creates the Partner MySQL database tables, then loads them from the GAS system.


getGasDatabase

public DatabaseConnectionConfig getGasDatabase()

setGasDatabase

public void setGasDatabase(DatabaseConnectionConfig newDatabase)

getPartnerDatabase

public DatabaseConnectionConfig getPartnerDatabase()

setPartnerDatabase

public void setPartnerDatabase(DatabaseConnectionConfig newDatabase)

getTables

public java.util.ArrayList getTables()

setTables

public void setTables(java.util.ArrayList newTables)

getBatchLength

public int getBatchLength()

setBatchLength

public void setBatchLength(int newLength)