org.drools.runtime.pipeline.impl
Class StatefulKnowledgeSessionPipelineContextImpl
java.lang.Object
org.drools.runtime.pipeline.impl.BasePipelineContext
org.drools.runtime.pipeline.impl.StatefulKnowledgeSessionPipelineContextImpl
- All Implemented Interfaces:
- PipelineContext, StatefulKnowledgeSessionPipelineContext
public class StatefulKnowledgeSessionPipelineContextImpl
- extends BasePipelineContext
- implements StatefulKnowledgeSessionPipelineContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulKnowledgeSessionPipelineContextImpl
public StatefulKnowledgeSessionPipelineContextImpl(org.drools.runtime.StatefulKnowledgeSession ksession,
org.drools.runtime.rule.WorkingMemoryEntryPoint entryPoint,
ResultHandler resultHandler,
ClassLoader classLoader)
getStatefulKnowledgeSession
public org.drools.runtime.StatefulKnowledgeSession getStatefulKnowledgeSession()
- Specified by:
getStatefulKnowledgeSession in interface StatefulKnowledgeSessionPipelineContext
getEntryPoint
public org.drools.runtime.rule.WorkingMemoryEntryPoint getEntryPoint()
getCommandExecutor
public org.drools.runtime.CommandExecutor getCommandExecutor()
- Specified by:
getCommandExecutor in interface PipelineContext- Overrides:
getCommandExecutor in class BasePipelineContext
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.