Package org.openl.rules.core.ce
Class ServiceMT
- java.lang.Object
-
- org.openl.rules.core.ce.ServiceMT
-
public final class ServiceMT extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceMT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ForkJoinTask<?> task)voidexecute(IRuntimeEnv env, Runnable runnable)voidexecuteAll(ForkJoinTask<?>... tasks)static ServiceMTgetInstance()voidjoin(IRuntimeEnv env)
-
-
-
Method Detail
-
getInstance
public static ServiceMT getInstance()
-
execute
public void execute(IRuntimeEnv env, Runnable runnable)
-
execute
public void execute(ForkJoinTask<?> task)
-
executeAll
public void executeAll(ForkJoinTask<?>... tasks)
-
join
public void join(IRuntimeEnv env)
-
-