Class RestAcquisitionAsync.CheckTask
- java.lang.Object
-
- java.util.TimerTask
-
- com.scalagent.joram.mom.dest.rest.RestAcquisitionAsync.CheckTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- RestAcquisitionAsync
private class RestAcquisitionAsync.CheckTask extends TimerTask
Task checking the acquisition mechanism. If no message has been received during this period, the daemon is restarted.
-
-
Field Summary
Fields Modifier and Type Field Description private longlastCheckMessage
-
Constructor Summary
Constructors Modifier Constructor Description privateCheckTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-