Class IpAdressValidatorScheduler
java.lang.Object
org.eblocker.server.common.scheduler.AbstractScheduler
org.eblocker.server.common.scheduler.FixedRateScheduler
org.eblocker.server.common.scheduler.IpAdressValidatorScheduler
- All Implemented Interfaces:
Scheduler
-
Field Summary
Fields inherited from class org.eblocker.server.common.scheduler.AbstractScheduler
command, initialDelay, scheduledFuture -
Constructor Summary
ConstructorsConstructorDescriptionIpAdressValidatorScheduler(long initialDelay, long fixedRate, IpAddressValidator ipAddressValidator) -
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
-
IpAdressValidatorScheduler
@Inject public IpAdressValidatorScheduler(long initialDelay, long fixedRate, IpAddressValidator ipAddressValidator)
-