Uses of Class
com.ibm.fhir.task.core.impl.TaskGroup
-
Packages that use TaskGroup Package Description com.ibm.fhir.task.core.impl -
-
Uses of TaskGroup in com.ibm.fhir.task.core.impl
Methods in com.ibm.fhir.task.core.impl with parameters of type TaskGroup Modifier and Type Method Description voidTaskManager. submit(TaskGroup tg)Submit the task group to the poolvoidTaskManager. taskComplete(TaskGroup tg)Callback from each task group made when it completesvoidTaskManager. taskFailed(TaskGroup tg)Receipt of a signal from the task group that it has failed.
-