Class LicenseExpirationCheckScheduler
java.lang.Object
org.eblocker.server.common.scheduler.AbstractScheduler
org.eblocker.server.common.scheduler.FixedRateScheduler
org.eblocker.server.common.scheduler.LicenseExpirationCheckScheduler
- All Implemented Interfaces:
Scheduler
-
Field Summary
Fields inherited from class org.eblocker.server.common.scheduler.AbstractScheduler
command, initialDelay, scheduledFuture -
Constructor Summary
ConstructorsConstructorDescriptionLicenseExpirationCheckScheduler(LicenseExpirationService licenseExpirationService, long startupDelay, long fixedRate) -
Method Summary
Methods inherited from class org.eblocker.server.common.scheduler.FixedRateScheduler
scheduleMethods inherited from class org.eblocker.server.common.scheduler.AbstractScheduler
cancel
-
Constructor Details
-
LicenseExpirationCheckScheduler
@Inject public LicenseExpirationCheckScheduler(LicenseExpirationService licenseExpirationService, long startupDelay, long fixedRate)
-