Package com.smeup.kokos.sdk.dao
Class FallbackTrackingDAO
java.lang.Object
com.smeup.kokos.sdk.dao.FallbackTrackingDAO
- All Implemented Interfaces:
TrackingDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprobe(ExecutionContext context) Checks whether the DAO is operational and ready to use.voidvoidtrackProgress(ExecutionContext context, int progress)
-
Constructor Details
-
FallbackTrackingDAO
public FallbackTrackingDAO()
-
-
Method Details
-
trackFun
public void trackFun(String meId, ExecutionContext context, Fun fun, FunStatus status, Throwable exception) - Specified by:
trackFunin interfaceTrackingDAO
-
trackProgress
- Specified by:
trackProgressin interfaceTrackingDAO
-
probe
Description copied from interface:TrackingDAOChecks whether the DAO is operational and ready to use.- Specified by:
probein interfaceTrackingDAO- Returns:
- true if the DAO is usable, false otherwise
-