com.espertech.esper.client.dataflow.io
Class DataInputToObjectCollectorContext

java.lang.Object
  extended by com.espertech.esper.client.dataflow.io.DataInputToObjectCollectorContext

public class DataInputToObjectCollectorContext
extends java.lang.Object

Context for use with DataInputToObjectCollector carries data input and emitter.


Constructor Summary
DataInputToObjectCollectorContext()
           
 
Method Summary
 java.io.DataInput getDataInput()
          Returns the data input.
 EPDataFlowEmitter getEmitter()
          Returns the emitter.
 void setDataInput(java.io.DataInput dataInput)
          Sets the data input.
 void setEmitter(EPDataFlowEmitter emitter)
          Sets the emitter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataInputToObjectCollectorContext

public DataInputToObjectCollectorContext()
Method Detail

getEmitter

public EPDataFlowEmitter getEmitter()
Returns the emitter.

Returns:
emitter

setEmitter

public void setEmitter(EPDataFlowEmitter emitter)
Sets the emitter

Parameters:
emitter - emitter

getDataInput

public java.io.DataInput getDataInput()
Returns the data input.

Returns:
data input

setDataInput

public void setDataInput(java.io.DataInput dataInput)
Sets the data input.

Parameters:
dataInput - data input

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com