Uses of Class
net.esper.view.ViewFactoryChain

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

Uses of ViewFactoryChain in net.esper.core
 

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

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

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

Uses of ViewFactoryChain in net.esper.eql.core
 

Constructors in net.esper.eql.core with parameters of type ViewFactoryChain
ViewResourceDelegateImpl(ViewFactoryChain[] viewFactories)
          Ctor.
 

Uses of ViewFactoryChain in net.esper.view
 

Methods in net.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.