Package org.exoplatform.wallet.job
Class PendingEtherTransactionVerifierJob
- java.lang.Object
-
- org.exoplatform.wallet.job.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 Summary
Fields Modifier and Type Field Description protected org.exoplatform.wallet.service.BlockchainTransactionServiceblockchainTransactionServiceprotected org.exoplatform.container.ExoContainercontainerprotected org.exoplatform.wallet.service.WalletAccountServicewalletAccountServiceprotected org.exoplatform.wallet.service.WalletTransactionServicewalletTransactionService
-
Constructor Summary
Constructors Constructor Description PendingEtherTransactionVerifierJob()
-
-
-
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
-
-