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

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

public class ObjectToDataOutputCollectorContext
extends java.lang.Object

Context for use with ObjectToDataOutputCollector carries object and data output.


Constructor Summary
ObjectToDataOutputCollectorContext()
           
 
Method Summary
 java.io.DataOutput getDataOutput()
          Returns the data output
 java.lang.Object getEvent()
          Returns the event object.
 void setDataOutput(java.io.DataOutput dataOutput)
          Sets the data output
 void setEvent(java.lang.Object event)
          Sets the event object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectToDataOutputCollectorContext

public ObjectToDataOutputCollectorContext()
Method Detail

getDataOutput

public java.io.DataOutput getDataOutput()
Returns the data output

Returns:
data output

setDataOutput

public void setDataOutput(java.io.DataOutput dataOutput)
Sets the data output

Parameters:
dataOutput - data output

getEvent

public java.lang.Object getEvent()
Returns the event object.

Returns:
event object

setEvent

public void setEvent(java.lang.Object event)
Sets the event object.

Parameters:
event - event object

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