Class GasPriceUpdaterJob

  • All Implemented Interfaces:
    org.quartz.Job

    @DisallowConcurrentExecution
    public class GasPriceUpdaterJob
    extends Object
    implements org.quartz.Job
    • Constructor Detail

      • GasPriceUpdaterJob

        public GasPriceUpdaterJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException
      • getWalletService

        public org.exoplatform.wallet.service.WalletService getWalletService()
      • getWalletAccountService

        public org.exoplatform.wallet.service.WalletAccountService getWalletAccountService()