Uses of Interface
org.drools.runtime.pipeline.Stage

Packages that use Stage
org.drools.runtime.pipeline The PipelineFactory and associated classes are there to help with the automation of getting information into and out of Drools. 
org.drools.runtime.pipeline.impl   
 

Uses of Stage in org.drools.runtime.pipeline
 

Subinterfaces of Stage in org.drools.runtime.pipeline
 interface Action
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 interface Callable<E>
          Must be the first and last Stage in the Pipeline
 interface Expression
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 interface Join
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 interface KnowledgeRuntimeCommand
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 interface ListAdapter
           
 interface Pipeline
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 interface Splitter
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 interface Transformer
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 

Methods in org.drools.runtime.pipeline with parameters of type Stage
 void StageExceptionHandler.handleException(Stage stage, Object object, Exception exception)
           
 

Uses of Stage in org.drools.runtime.pipeline.impl
 

Classes in org.drools.runtime.pipeline.impl that implement Stage
 class AssignObjectAsResult
           
 class BaseEmitter
           
 class BaseStage
           
 class CallableImpl<E>
           
 class ExecuteResultHandler
           
 class ExecutionNodePipelineImpl
           
 class ExecutorStage<T>
           
 class InsertElementsCommandStage
           
 class InsertObjectCommandStage
           
 class IterateSplitter
           
 class JaxbFromXmlTransformer
           
 class JaxbToXmlTransformer
           
 class JmsUnwrapMessageObject
           
 class JmsUnwrapText
           
 class JxlsTransformer
           
 class ListAdapterImpl
           
 class ListCollectJoin
           
 class MvelAction
           
 class MvelExpression
           
 class PipelineImpl
           
 class SmooksFromSourceTransformer
           
 class SmooksToSourceTransformer
           
 class StatefulKnowledgeSessionGetGlobalStage
           
 class StatefulKnowledgeSessionGetObjectStage
           
 class StatefulKnowledgeSessionInsertStage
           
 class StatefulKnowledgeSessionPipelineImpl
           
 class StatefulKnowledgeSessionSetGlobalStage
           
 class StatefulKnowledgeSessionSignalEventStage
           
 class StatefulKnowledgeSessionStartProcessStage
           
 class StatelessKnowledgeSessionPipelineImpl
           
 class XStreamFromXmlGridTransformer
           
 class XStreamFromXmlTransformer
           
 class XStreamToXmlGridTransformer
           
 class XStreamToXmlTransformer
           
 

Methods in org.drools.runtime.pipeline.impl with parameters of type Stage
protected  void BaseStage.handleException(Stage stage, Object object, Exception exception)
           
 



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