public abstract class EPDataFlowEmitter1Stream1TargetBase extends Object implements EPDataFlowEmitter, SubmitHandler
Modifier and Type | Field and Description |
---|---|
protected EPDataFlowEmitterExceptionHandler |
exceptionHandler |
protected Method |
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,
ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
Method |
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 Method fastMethod
protected final Object targetObject
public EPDataFlowEmitter1Stream1TargetBase(int operatorNum, DataFlowSignalManager signalManager, SignalHandler signalHandler, EPDataFlowEmitterExceptionHandler exceptionHandler, ObjectBindingPair target, ClasspathImportService classpathImportService)
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 Method getFastMethod()
getFastMethod
in interface SubmitHandler
Copyright © 2005–2018. All rights reserved.