Uses of Interface
net.esper.util.StopCallback

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

Uses of StopCallback in net.esper.eql.core
 

Classes in net.esper.eql.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 net.esper.eql.db
 

Classes in net.esper.eql.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 net.esper.pattern
 

Subinterfaces of StopCallback in net.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 net.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 net.esper.view
 

Subinterfaces of StopCallback in net.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