com.espertech.esper.epl.subquery
Class SubqueryStopCallback

java.lang.Object
  extended by com.espertech.esper.epl.subquery.SubqueryStopCallback
All Implemented Interfaces:
StopCallback

public class SubqueryStopCallback
extends Object
implements StopCallback

Implements a stop callback for use with subqueries to clear their indexes when a statement is stopped.


Constructor Summary
SubqueryStopCallback(EventTable eventIndex)
          Ctor.
 
Method Summary
 void stop()
          Stops the underlying resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubqueryStopCallback

public SubqueryStopCallback(EventTable eventIndex)
Ctor.

Parameters:
eventIndex - index to clear
Method Detail

stop

public void stop()
Description copied from interface: StopCallback
Stops the underlying resources.

Specified by:
stop in interface StopCallback

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com