Package io.meeds.wallet.job
Class TransactionSenderJob
java.lang.Object
io.meeds.wallet.job.TransactionSenderJob
- All Implemented Interfaces:
org.quartz.Job
@DisallowConcurrentExecution
public class TransactionSenderJob
extends Object
implements org.quartz.Job
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected io.meeds.wallet.service.BlockchainTransactionServiceprotected org.exoplatform.container.ExoContainer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
container
protected org.exoplatform.container.ExoContainer container -
blockchainTransactionService
protected io.meeds.wallet.service.BlockchainTransactionService blockchainTransactionService
-
-
Constructor Details
-
TransactionSenderJob
public TransactionSenderJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-