Package org.exoplatform.wallet.job
Class GasPriceUpdaterJob
- java.lang.Object
-
- org.exoplatform.wallet.job.GasPriceUpdaterJob
-
- All Implemented Interfaces:
org.quartz.Job
@DisallowConcurrentExecution public class GasPriceUpdaterJob extends Object implements org.quartz.Job
-
-
Constructor Summary
Constructors Constructor Description GasPriceUpdaterJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext context)org.exoplatform.wallet.service.WalletAccountServicegetWalletAccountService()org.exoplatform.wallet.service.WalletServicegetWalletService()
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-
getWalletService
public org.exoplatform.wallet.service.WalletService getWalletService()
-
getWalletAccountService
public org.exoplatform.wallet.service.WalletAccountService getWalletAccountService()
-
-