com.espertech.esper.epl.virtualdw
Class VirtualDataWindowOutStreamImpl

java.lang.Object
  extended by com.espertech.esper.epl.virtualdw.VirtualDataWindowOutStreamImpl
All Implemented Interfaces:
VirtualDataWindowOutStream

public class VirtualDataWindowOutStreamImpl
extends java.lang.Object
implements VirtualDataWindowOutStream


Constructor Summary
VirtualDataWindowOutStreamImpl()
           
 
Method Summary
 void setView(ViewSupport view)
           
 void update(EventBean[] newData, EventBean[] oldData)
          Post insert stream (new data) and remove stream (old data) events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualDataWindowOutStreamImpl

public VirtualDataWindowOutStreamImpl()
Method Detail

setView

public void setView(ViewSupport view)

update

public void update(EventBean[] newData,
                   EventBean[] oldData)
Description copied from interface: VirtualDataWindowOutStream
Post insert stream (new data) and remove stream (old data) events.

Specified by:
update in interface VirtualDataWindowOutStream
Parameters:
newData - insert stream, or null if no insert stream events
oldData - remove stream, or null if no remove stream events

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