org.drools.runtime.process
Class ProcessRuntimeFactory

java.lang.Object
  extended by org.drools.runtime.process.ProcessRuntimeFactory

public class ProcessRuntimeFactory
extends Object


Constructor Summary
ProcessRuntimeFactory()
           
 
Method Summary
static ProcessRuntimeFactoryService getProcessRuntimeFactoryService()
           
static InternalProcessRuntime newProcessRuntime(AbstractWorkingMemory workingMemory)
           
static void setProcessRuntimeFactoryService(ProcessRuntimeFactoryService provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessRuntimeFactory

public ProcessRuntimeFactory()
Method Detail

newProcessRuntime

public static InternalProcessRuntime newProcessRuntime(AbstractWorkingMemory workingMemory)

setProcessRuntimeFactoryService

public static void setProcessRuntimeFactoryService(ProcessRuntimeFactoryService provider)

getProcessRuntimeFactoryService

public static ProcessRuntimeFactoryService getProcessRuntimeFactoryService()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.