org.drools.runtime.pipeline.impl
Class CallableImpl<E>

java.lang.Object
  extended by org.drools.runtime.pipeline.impl.BaseStage
      extended by org.drools.runtime.pipeline.impl.BaseEmitter
          extended by org.drools.runtime.pipeline.impl.CallableImpl<E>
All Implemented Interfaces:
Callable, Emitter, Receiver, Stage

public class CallableImpl<E>
extends BaseEmitter
implements Callable


Field Summary
static String key
           
 
Fields inherited from class org.drools.runtime.pipeline.impl.BaseEmitter
receiver
 
Constructor Summary
CallableImpl()
           
 
Method Summary
 Object call(Object object, PipelineContext context)
           
 void receive(Object object, PipelineContext context)
           
 
Methods inherited from class org.drools.runtime.pipeline.impl.BaseEmitter
emit, getReceiver, setReceiver
 
Methods inherited from class org.drools.runtime.pipeline.impl.BaseStage
handleException, setStageExceptionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.runtime.pipeline.Emitter
getReceiver, setReceiver
 
Methods inherited from interface org.drools.runtime.pipeline.Stage
setStageExceptionHandler
 

Field Detail

key

public static final String key
See Also:
Constant Field Values
Constructor Detail

CallableImpl

public CallableImpl()
Method Detail

call

public Object call(Object object,
                   PipelineContext context)
Specified by:
call in interface Callable

receive

public void receive(Object object,
                    PipelineContext context)
Specified by:
receive in interface Receiver


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.