Interface IJob

All Known Implementing Classes:
EmptyPartyCleanupJob

public interface IJob
  • Method Details

    • getDelayInSeconds

      long getDelayInSeconds()
    • getPeriodInSeconds

      long getPeriodInSeconds()
    • run

      void run()