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

Packages that use Receiver
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 Receiver in org.drools.runtime.pipeline
 

Subinterfaces of Receiver 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 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 that return Receiver
 Receiver Emitter.getReceiver()
           
 

Methods in org.drools.runtime.pipeline with parameters of type Receiver
 void Emitter.setReceiver(Receiver receiver)
           
 

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

Classes in org.drools.runtime.pipeline.impl that implement Receiver
 class AssignObjectAsResult
           
 class CallableImpl<E>
           
 class ExecuteResultHandler
           
 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 SmooksFromSourceTransformer
           
 class SmooksToSourceTransformer
           
 class StatefulKnowledgeSessionGetGlobalStage
           
 class StatefulKnowledgeSessionGetObjectStage
           
 class StatefulKnowledgeSessionInsertStage
           
 class StatefulKnowledgeSessionSetGlobalStage
           
 class StatefulKnowledgeSessionSignalEventStage
           
 class StatefulKnowledgeSessionStartProcessStage
           
 class XStreamFromXmlGridTransformer
           
 class XStreamFromXmlTransformer
           
 class XStreamToXmlGridTransformer
           
 class XStreamToXmlTransformer
           
 

Fields in org.drools.runtime.pipeline.impl declared as Receiver
protected  Receiver BaseEmitter.receiver
           
 

Methods in org.drools.runtime.pipeline.impl that return Receiver
 Receiver BaseEmitter.getReceiver()
           
 

Methods in org.drools.runtime.pipeline.impl with parameters of type Receiver
 void BaseEmitter.setReceiver(Receiver receiver)
           
 



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