Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.spi.FactHandleFactory

Packages that use FactHandleFactory
org.drools.core.common   
org.drools.core.reteoo   
org.drools.core.spi   
 

Uses of FactHandleFactory in org.drools.core.common
 

Classes in org.drools.core.common that implement FactHandleFactory
 class AbstractFactHandleFactory
           
 

Fields in org.drools.core.common declared as FactHandleFactory
protected  FactHandleFactory AbstractWorkingMemory.handleFactory
           
protected  FactHandleFactory SharedWorkingMemoryContext.handleFactory
           
 

Methods in org.drools.core.common that return FactHandleFactory
 FactHandleFactory InternalWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory AbstractWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory SharedWorkingMemoryContext.getHandleFactory()
           
 FactHandleFactory InternalRuleBase.newFactHandleFactory()
           
 FactHandleFactory InternalRuleBase.newFactHandleFactory(int id, long counter)
           
abstract  FactHandleFactory AbstractFactHandleFactory.newInstance()
           
 

Methods in org.drools.core.common with parameters of type FactHandleFactory
 InternalWorkingMemory PhreakWorkingMemoryFactory.createWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
 InternalWorkingMemory WorkingMemoryFactory.createWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
 InternalWorkingMemory PhreakWorkingMemoryFactory.createWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
 InternalWorkingMemory WorkingMemoryFactory.createWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
 

Constructors in org.drools.core.common with parameters of type FactHandleFactory
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, boolean initInitFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
SharedTemporalWorkingMemoryContext(FactHandleFactory handleFactory, T sessionClock)
           
SharedWorkingMemoryContext(FactHandleFactory handleFactory)
           
 

Uses of FactHandleFactory in org.drools.core.reteoo
 

Classes in org.drools.core.reteoo that implement FactHandleFactory
 class ReteooFactHandleFactory
           
 

Methods in org.drools.core.reteoo that return FactHandleFactory
static FactHandleFactory KieComponentFactory.getDefaultHandleFactoryProvider()
           
 FactHandleFactory ReteooRuleBase.getFactHandleFactory()
           
 FactHandleFactory DisposedReteooWorkingMemory.getFactHandleFactory()
           
 FactHandleFactory KieComponentFactory.getFactHandleFactoryService()
           
 FactHandleFactory ReteooRuleBase.newFactHandleFactory()
           
 FactHandleFactory ReteooRuleBase.newFactHandleFactory(int id, long counter)
           
 FactHandleFactory ReteooFactHandleFactory.newInstance()
           
 FactHandleFactory ReteooFactHandleFactory.newInstance(int id, long counter)
           
 

Methods in org.drools.core.reteoo with parameters of type FactHandleFactory
 void KieComponentFactory.setHandleFactoryProvider(FactHandleFactory provider)
           
 

Uses of FactHandleFactory in org.drools.core.spi
 

Methods in org.drools.core.spi that return FactHandleFactory
 FactHandleFactory FactHandleFactory.newInstance()
           
 FactHandleFactory FactHandleFactory.newInstance(int id, long counter)
           
 


Drools :: Core 6.1.0.Beta1

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