Uses of Class
org.kie.server.services.taskassigning.planning.RunnableBase
-
Packages that use RunnableBase Package Description org.kie.server.services.taskassigning.planning -
-
Uses of RunnableBase in org.kie.server.services.taskassigning.planning
Subclasses of RunnableBase in org.kie.server.services.taskassigning.planning Modifier and Type Class Description classSolutionProcessorThis class manges the processing of new a solution produced by the solver.classSolutionSynchronizerThis class manages the periodical reading (polling strategy) of current tasks from the jBPM runtime and depending on the "action" INIT_SOLVER_EXECUTOR / SYNCHRONIZE_SOLUTION determines if the solver executor must be restarted with a fully recovered solution or instead the tasks updated information is used for calculating the required changes for the proper solution update.classSolverExecutorThis class is intended to manage the solver life-cycle in a multi-threaded environment.
-