Uses of Interface
com.espertech.esper.util.StopCallback

Packages that use StopCallback
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.epl.subquery Subquery helper classes are found here. 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of StopCallback in com.espertech.esper.epl.core
 

Classes in com.espertech.esper.epl.core that implement StopCallback
 class MethodPollingViewable
          Polling-data provider that calls a static method on a class and passed parameters, and wraps the results as POJO events.
 

Uses of StopCallback in com.espertech.esper.epl.db
 

Classes in com.espertech.esper.epl.db that implement StopCallback
 class DatabasePollingViewable
          Implements a poller viewable that uses a polling strategy, a cache and some input parameters extracted from event streams to perform the polling.
 

Uses of StopCallback in com.espertech.esper.epl.subquery
 

Classes in com.espertech.esper.epl.subquery that implement StopCallback
 class SubqueryStopCallback
          Implements a stop callback for use with subqueries to clear their indexes when a statement is stopped.
 

Uses of StopCallback in com.espertech.esper.pattern
 

Subinterfaces of StopCallback in com.espertech.esper.pattern
 interface EvalRootState
          Interface for a root state node accepting a callback to use to indicate pattern results.
 interface PatternStopCallback
          Interface for executing a stop on an active event expression.
 

Classes in com.espertech.esper.pattern that implement StopCallback
 class EvalRootStateNode
          This class is always the root node in the evaluation state tree representing any activated event expression.
 

Uses of StopCallback in com.espertech.esper.view
 

Subinterfaces of StopCallback in com.espertech.esper.view
 interface HistoricalEventViewable
          Interface for views that poll data based on information from other streams.
 


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