public abstract class EPDataFlowEmitter1Stream1TargetBase extends Object implements EPDataFlowEmitter, SubmitHandler
Modifier and Type | Field and Description |
---|---|
protected EPDataFlowEmitterExceptionHandler |
exceptionHandler |
protected net.sf.cglib.reflect.FastMethod |
fastMethod |
protected int |
operatorNum |
protected SignalHandler |
signalHandler |
protected DataFlowSignalManager |
signalManager |
protected Object |
targetObject |
Constructor and Description |
---|
EPDataFlowEmitter1Stream1TargetBase(int operatorNum,
DataFlowSignalManager signalManager,
SignalHandler signalHandler,
EPDataFlowEmitterExceptionHandler exceptionHandler,
ObjectBindingPair target,
EngineImportService engineImportService) |
Modifier and Type | Method and Description |
---|---|
net.sf.cglib.reflect.FastMethod |
getFastMethod() |
void |
handleSignal(EPDataFlowSignal signal) |
void |
submit(Object object) |
abstract void |
submitInternal(Object object) |
void |
submitPort(int portNumber,
Object object) |
void |
submitSignal(EPDataFlowSignal signal) |
protected final int operatorNum
protected final DataFlowSignalManager signalManager
protected final SignalHandler signalHandler
protected final EPDataFlowEmitterExceptionHandler exceptionHandler
protected final net.sf.cglib.reflect.FastMethod fastMethod
protected final Object targetObject
public EPDataFlowEmitter1Stream1TargetBase(int operatorNum, DataFlowSignalManager signalManager, SignalHandler signalHandler, EPDataFlowEmitterExceptionHandler exceptionHandler, ObjectBindingPair target, EngineImportService engineImportService)
public abstract void submitInternal(Object object)
submitInternal
in interface SubmitHandler
public void submit(Object object)
submit
in interface EPDataFlowEmitter
public void submitSignal(EPDataFlowSignal signal)
submitSignal
in interface EPDataFlowEmitter
public void handleSignal(EPDataFlowSignal signal)
handleSignal
in interface SubmitHandler
public void submitPort(int portNumber, Object object)
submitPort
in interface EPDataFlowEmitter
public net.sf.cglib.reflect.FastMethod getFastMethod()
getFastMethod
in interface SubmitHandler