Class MySQLCreditCardScanner
java.lang.Object
com.aoindustries.aoserv.daemon.mysql.MySQLCreditCardScanner
- All Implemented Interfaces:
CronJob
Controls the MySQL databases.
TODO: Move to NOC.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.cron.CronJob
CronJob.Executor, CronJob.ScheduleMode -
Method Summary
Modifier and TypeMethodDescriptionintstatic voidvoidrun(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year) Performs the scheduled task.static voidscanForCards(Server thisServer, Server mysqlServer, Database database, Connection conn, String catalog, StringBuilder report) static voidstart()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aoapps.cron.CronJob
getExecutor, getName, getScheduleMode
-
Method Details
-
start
public static void start() -
getSchedule
- Specified by:
getSchedulein interfaceCronJob
-
run
public void run(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year) Performs the scheduled task. -
getThreadPriority
public int getThreadPriority()- Specified by:
getThreadPriorityin interfaceCronJob
-
main
-
scanForCards
public static void scanForCards(Server thisServer, Server mysqlServer, Database database, Connection conn, String catalog, StringBuilder report) throws SQLException - Throws:
SQLException
-
