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