Uses of Class
com.espertech.esper.view.ViewFactoryChain

Packages that use ViewFactoryChain
com.espertech.esper.core Implementation of client package interfaces, glue code 
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.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of ViewFactoryChain in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return ViewFactoryChain
 ViewFactoryChain SubSelectHolder.getViewFactoryChain()
          Returns the lookup view factory chain
 ViewFactoryChain SubSelectStreamCollection.getViewFactoryChain(ExprSubselectNode subqueryNode)
          Returns the lookup's view factory chain.
 

Methods in com.espertech.esper.core with parameters of type ViewFactoryChain
 void SubSelectStreamCollection.add(ExprSubselectNode subselectNode, int streamNumber, Viewable viewable, ViewFactoryChain viewFactoryChain)
          Add lookup.
 

Constructors in com.espertech.esper.core with parameters of type ViewFactoryChain
SubSelectHolder(int streamNumber, Viewable viewable, ViewFactoryChain viewFactoryChain)
          Ctor.
 

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

Constructors in com.espertech.esper.epl.core with parameters of type ViewFactoryChain
ViewResourceDelegateImpl(ViewFactoryChain[] viewFactories, StatementContext statementContext)
          Ctor.
 

Uses of ViewFactoryChain in com.espertech.esper.view
 

Methods in com.espertech.esper.view that return ViewFactoryChain
 ViewFactoryChain ViewServiceImpl.createFactories(int streamNum, EventType parentEventType, List<ViewSpec> viewSpecDefinitions, StatementContext context)
           
 ViewFactoryChain ViewService.createFactories(int streamNum, EventType parentEventType, List<ViewSpec> viewSpecList, StatementContext context)
          Returns a chain of view factories that can be used to obtain the final event type, and that can later be used to actually create the chain of views or reuse existing views.
 


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