com.partnersoft.v3x.apps.PartnerWeb.interfaces.sedc
Class GASMirror
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GASMirror
public GASMirror()
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)