public class PeriodicBackgroundJob
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
PeriodicBackgroundJob(long intervalSeconds,
java.lang.String threadName,
java.lang.Runnable runnable) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStopped() |
boolean |
isStopping() |
void |
run() |
void |
stop() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.