Class LocalScheduler<T>
java.lang.Object
org.wildfly.clustering.server.local.scheduler.LocalScheduler<T>
- All Implemented Interfaces:
AutoCloseable,Runnable,org.wildfly.clustering.server.Registration,Scheduler<T,Instant>
Scheduler that uses a single scheduled task in concert with an
ScheduledEntries.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.server.Registration
EMPTY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalScheduler
-
-
Method Details
-
schedule
-
cancel
-
contains
-
stream
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.wildfly.clustering.server.Registration
-
run
public void run() -
toString
-