public class CheckinExecutor
extends java.lang.Object
| Constructor and Description |
|---|
CheckinExecutor(java.lang.Runnable checkinTask,
long checkinIntervalMillis,
java.lang.String instanceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Stop execution of CheckinTask.
|
void |
start()
Start execution of CheckinTask.
|