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
FieldsModifier and TypeFieldDescriptionprotected org.exoplatform.wallet.service.BlockchainTransactionServiceprotected org.exoplatform.container.ExoContainerprotected org.exoplatform.wallet.service.WalletAccountServiceprotected org.exoplatform.wallet.service.WalletTransactionService -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 Details
-
PendingEtherTransactionVerifierJob
public PendingEtherTransactionVerifierJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-