Class Scheduler.InactiveScheduler<I,V>
java.lang.Object
org.wildfly.clustering.server.scheduler.Scheduler.InactiveScheduler<I,V>
- All Implemented Interfaces:
AutoCloseable,Scheduler<I,V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.server.scheduler.Scheduler
Scheduler.InactiveScheduler<I,V>, Scheduler.ReferenceScheduler<I, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCancels a previously scheduled task for the object with the specified identifier.voidclose()booleanIndicates whether the entry with the specified identifier is scheduled.voidSchedules a task for the object with the specified identifier, using the specified metaData
-
Constructor Details
-
InactiveScheduler
protected InactiveScheduler()
-
-
Method Details
-
schedule
Description copied from interface:SchedulerSchedules a task for the object with the specified identifier, using the specified metaData -
cancel
Description copied from interface:SchedulerCancels a previously scheduled task for the object with the specified identifier. -
contains
Description copied from interface:SchedulerIndicates whether the entry with the specified identifier is scheduled. -
close
public void close()
-