Package step.controller.services.async
Class AsyncTaskManager
java.lang.Object
step.controller.services.async.AsyncTaskManager
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
<T> AsyncTaskStatus<T>
scheduleAsyncTask
(AsyncTask<T> asyncTask)
-
Constructor Details
-
AsyncTaskManager
public AsyncTaskManager()
-
-
Method Details
-
scheduleAsyncTask
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
getAsyncTaskStatus
-
removeReadyAsyncTaskStatus
-
getCurrentAsyncTasks
-