Class ReliableRuntimeComponentFactoryImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.kie.api.internal.utils.KieService>, org.drools.core.reteoo.RuntimeComponentFactory, org.kie.api.internal.utils.KieService

    public class ReliableRuntimeComponentFactoryImpl
    extends org.drools.kiesession.factory.RuntimeComponentFactoryImpl
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.drools.core.reteoo.RuntimeComponentFactory

        org.drools.core.reteoo.RuntimeComponentFactory.Holder
    • Field Summary

      • Fields inherited from class org.drools.kiesession.factory.RuntimeComponentFactoryImpl

        DEFAULT
      • Fields inherited from interface org.drools.core.reteoo.RuntimeComponentFactory

        NO_RUNTIME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.core.rule.accessor.GlobalResolver createGlobalResolver​(org.drools.core.common.ReteEvaluator reteEvaluator, org.kie.api.runtime.Environment environment)  
      org.drools.core.common.InternalWorkingMemory createStatefulSession​(org.drools.core.impl.RuleBase ruleBase, org.kie.api.runtime.Environment environment, org.drools.core.SessionConfiguration sessionConfig, boolean fromPool)  
      org.drools.core.time.TimerService createTimerService​(org.drools.core.common.ReteEvaluator reteEvaluator)  
      org.drools.core.common.AgendaFactory getAgendaFactory​(org.drools.core.SessionConfiguration sessionConfig)  
      org.drools.core.common.EntryPointFactory getEntryPointFactory()  
      int servicePriority()  
      • Methods inherited from class org.drools.kiesession.factory.RuntimeComponentFactoryImpl

        createKnowledgeHelper, createSessionsPool, createStatefulSessionMonitor, createStatelessSession, createStatelessSessionMonitor, getAgendaGroupFactory, getFactHandleFactoryService, getPropagationContextFactory, getTraitFactory, getWorkingMemoryFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.api.internal.utils.KieService

        compareTo
      • Methods inherited from interface org.drools.core.reteoo.RuntimeComponentFactory

        createDefaultObjectMarshallingStrategy
    • Constructor Detail

      • ReliableRuntimeComponentFactoryImpl

        public ReliableRuntimeComponentFactoryImpl()
    • Method Detail

      • getEntryPointFactory

        public org.drools.core.common.EntryPointFactory getEntryPointFactory()
        Specified by:
        getEntryPointFactory in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        getEntryPointFactory in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • createStatefulSession

        public org.drools.core.common.InternalWorkingMemory createStatefulSession​(org.drools.core.impl.RuleBase ruleBase,
                                                                                  org.kie.api.runtime.Environment environment,
                                                                                  org.drools.core.SessionConfiguration sessionConfig,
                                                                                  boolean fromPool)
        Specified by:
        createStatefulSession in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        createStatefulSession in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • createGlobalResolver

        public org.drools.core.rule.accessor.GlobalResolver createGlobalResolver​(org.drools.core.common.ReteEvaluator reteEvaluator,
                                                                                 org.kie.api.runtime.Environment environment)
        Specified by:
        createGlobalResolver in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        createGlobalResolver in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • createTimerService

        public org.drools.core.time.TimerService createTimerService​(org.drools.core.common.ReteEvaluator reteEvaluator)
        Specified by:
        createTimerService in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        createTimerService in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • getAgendaFactory

        public org.drools.core.common.AgendaFactory getAgendaFactory​(org.drools.core.SessionConfiguration sessionConfig)
        Specified by:
        getAgendaFactory in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        getAgendaFactory in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • servicePriority

        public int servicePriority()