Uses of Class
net.esper.view.ViewFactoryChain

Packages that use ViewFactoryChain
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.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(EventType parentEventType, List<ViewSpec> viewSpecDefinitions, ViewServiceContext context)
           
 ViewFactoryChain ViewService.createFactories(EventType parentEventType, List<ViewSpec> viewSpecList, ViewServiceContext 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.