org.drools.runtime.pipeline.impl
Class ExecutorStage<T>
java.lang.Object
org.drools.runtime.pipeline.impl.BaseStage
org.drools.runtime.pipeline.impl.BaseEmitter
org.drools.runtime.pipeline.impl.ExecutorStage<T>
- All Implemented Interfaces:
- Emitter, KnowledgeRuntimeCommand, Receiver, Stage
public class ExecutorStage<T>
- extends BaseEmitter
- implements KnowledgeRuntimeCommand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutorStage
public ExecutorStage()
receive
public void receive(Object object,
PipelineContext context)
- Specified by:
receive in interface Receiver
execute
public T execute(Object object,
PipelineContext kContext)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.