Class PendingEtherTransactionVerifierJob

  • All Implemented Interfaces:
    org.quartz.Job

    @DisallowConcurrentExecution
    public class PendingEtherTransactionVerifierJob
    extends Object
    implements org.quartz.Job
    A job that will refresh periodically ether transactions sent by admin wallet from blockchain
    • Field Detail

      • container

        protected org.exoplatform.container.ExoContainer container
      • blockchainTransactionService

        protected org.exoplatform.wallet.service.BlockchainTransactionService blockchainTransactionService
      • walletTransactionService

        protected org.exoplatform.wallet.service.WalletTransactionService walletTransactionService
      • walletAccountService

        protected org.exoplatform.wallet.service.WalletAccountService walletAccountService
    • Constructor Detail

      • PendingEtherTransactionVerifierJob

        public PendingEtherTransactionVerifierJob()
    • 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