Package org.drools.reliability
Class ReliableRuntimeComponentFactoryImpl
- java.lang.Object
-
- org.drools.kiesession.factory.RuntimeComponentFactoryImpl
-
- org.drools.reliability.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
-
-
Constructor Summary
Constructors Constructor Description ReliableRuntimeComponentFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.core.common.InternalWorkingMemorycreateStatefulSession(org.drools.core.impl.RuleBase ruleBase, org.kie.api.runtime.Environment environment, org.drools.core.SessionConfiguration sessionConfig, boolean fromPool)org.drools.core.common.AgendaFactorygetAgendaFactory(org.drools.core.SessionConfiguration sessionConfig)org.drools.core.common.EntryPointFactorygetEntryPointFactory()intservicePriority()-
Methods inherited from class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
createKnowledgeHelper, createSessionsPool, createStatefulSessionMonitor, createStatelessSession, createStatelessSessionMonitor, getAgendaGroupFactory, getFactHandleFactoryService, getPropagationContextFactory, getTraitFactory, getWorkingMemoryFactory
-
-
-
-
Method Detail
-
getEntryPointFactory
public org.drools.core.common.EntryPointFactory getEntryPointFactory()
- Specified by:
getEntryPointFactoryin interfaceorg.drools.core.reteoo.RuntimeComponentFactory- Overrides:
getEntryPointFactoryin classorg.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:
createStatefulSessionin interfaceorg.drools.core.reteoo.RuntimeComponentFactory- Overrides:
createStatefulSessionin classorg.drools.kiesession.factory.RuntimeComponentFactoryImpl
-
getAgendaFactory
public org.drools.core.common.AgendaFactory getAgendaFactory(org.drools.core.SessionConfiguration sessionConfig)
- Specified by:
getAgendaFactoryin interfaceorg.drools.core.reteoo.RuntimeComponentFactory- Overrides:
getAgendaFactoryin classorg.drools.kiesession.factory.RuntimeComponentFactoryImpl
-
servicePriority
public int servicePriority()
-
-