Package com.attivio.connector
Interface TaskStateAware
-
- All Known Implementing Classes:
ConcurrentScannerTaskExecuter
public interface TaskStateAwareThis interface is implemented by a class that maintains the state of tasks. The state of the task is reported through the methods of this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfailed(java.lang.String uuid)The task failed.voidstarted(java.lang.String uuid)voidsucceeded(java.lang.String uuid)The task completed successfully.
-