Package org.jbpm.process.instance
Class ProcessRuntimeFactoryServiceImpl
java.lang.Object
org.jbpm.process.instance.ProcessRuntimeFactoryServiceImpl
- All Implemented Interfaces:
Comparable<org.kie.api.internal.utils.KieService>,org.drools.core.runtime.process.ProcessRuntimeFactoryService,org.kie.api.internal.utils.KieService
public class ProcessRuntimeFactoryServiceImpl
extends Object
implements org.drools.core.runtime.process.ProcessRuntimeFactoryService
-
Field Summary
Fields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewProcessRuntime(org.drools.core.common.InternalWorkingMemory workingMemory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Constructor Details
-
ProcessRuntimeFactoryServiceImpl
public ProcessRuntimeFactoryServiceImpl() -
ProcessRuntimeFactoryServiceImpl
-
-
Method Details
-
newProcessRuntime
public InternalProcessRuntime newProcessRuntime(org.drools.core.common.InternalWorkingMemory workingMemory) - Specified by:
newProcessRuntimein interfaceorg.drools.core.runtime.process.ProcessRuntimeFactoryService
-