Drools :: Core 6.2.0.CR4

org.drools.core.common
Class PhreakWorkingMemoryFactory

java.lang.Object
  extended by org.drools.core.common.PhreakWorkingMemoryFactory
All Implemented Interfaces:
Serializable, WorkingMemoryFactory

public class PhreakWorkingMemoryFactory
extends Object
implements WorkingMemoryFactory, Serializable

See Also:
Serialized Form

Constructor Summary
PhreakWorkingMemoryFactory()
           
 
Method Summary
 InternalWorkingMemory createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, RuleRuntimeEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
 InternalWorkingMemory createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
 InternalWorkingMemory createWorkingMemory(long id, InternalKnowledgeBase kBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhreakWorkingMemoryFactory

public PhreakWorkingMemoryFactory()
Method Detail

createWorkingMemory

public InternalWorkingMemory createWorkingMemory(long id,
                                                 InternalKnowledgeBase kBase,
                                                 SessionConfiguration config,
                                                 org.kie.api.runtime.Environment environment)
Specified by:
createWorkingMemory in interface WorkingMemoryFactory

createWorkingMemory

public InternalWorkingMemory createWorkingMemory(long id,
                                                 InternalKnowledgeBase kBase,
                                                 FactHandleFactory handleFactory,
                                                 InternalFactHandle initialFactHandle,
                                                 long propagationContext,
                                                 SessionConfiguration config,
                                                 InternalAgenda agenda,
                                                 org.kie.api.runtime.Environment environment)
Specified by:
createWorkingMemory in interface WorkingMemoryFactory

createWorkingMemory

public InternalWorkingMemory createWorkingMemory(long id,
                                                 InternalKnowledgeBase kBase,
                                                 FactHandleFactory handleFactory,
                                                 InternalFactHandle initialFactHandle,
                                                 long propagationContext,
                                                 SessionConfiguration config,
                                                 org.kie.api.runtime.Environment environment,
                                                 RuleRuntimeEventSupport workingMemoryEventSupport,
                                                 AgendaEventSupport agendaEventSupport,
                                                 RuleEventListenerSupport ruleEventListenerSupport,
                                                 InternalAgenda agenda)
Specified by:
createWorkingMemory in interface WorkingMemoryFactory

Drools :: Core 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.