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

Packages that use ViewProcessingException
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of ViewProcessingException in com.espertech.esper.core
 

Methods in com.espertech.esper.core that throw ViewProcessingException
 Pair<Viewable,EPStatementStopMethod> EPStatementStartMethod.start(boolean isNewStatement)
          Starts the EPL statement.
 

Uses of ViewProcessingException in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that throw ViewProcessingException
 NamedWindowProcessor NamedWindowServiceImpl.addProcessor(String name, EventType eventType, EPStatementHandle createWindowStmtHandle, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor)
           
 NamedWindowProcessor NamedWindowService.addProcessor(String name, EventType eventType, EPStatementHandle createWindowStmtHandle, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor)
          Create a new named window.
 

Uses of ViewProcessingException in com.espertech.esper.view
 

Methods in com.espertech.esper.view that throw ViewProcessingException
protected static void ViewServiceHelper.addMergeViews(List<ViewSpec> specifications)
          Add merge views for any views in the chain requiring a merge (group view).
 ViewFactory ViewResolutionServiceImpl.create(String nameSpace, String name)
           
 ViewFactory ViewResolutionService.create(String namespace, String name)
          Instantiates a ViewFactory based on the view namespace and name stored in the view spec.
 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.
static List<ViewFactory> ViewServiceHelper.instantiateFactories(int streamNum, List<ViewSpec> viewSpecList, StatementContext statementContext)
          Given a list of view specifications obtained from by parsing this method instantiates a list of view factories.
 


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