Class AccountCleaner

java.lang.Object
com.aoindustries.aoserv.master.AccountCleaner
All Implemented Interfaces:
CronJob

public final class AccountCleaner extends Object implements CronJob
Automatically cleans out old account resources. The resources are left in tact for one month before cleaning.
Author:
AO Industries, Inc.
  • Method Details

    • start

      public static void start()
    • getSchedule

      public Schedule getSchedule()
      Specified by:
      getSchedule in interface CronJob
    • getThreadPriority

      public int getThreadPriority()
      Specified by:
      getThreadPriority in interface CronJob
    • run

      public void run(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year)
      Specified by:
      run in interface CronJob
    • main

      public static void main(String[] args)