Uses of Interface
net.esper.view.ViewResolutionService

Packages that use ViewResolutionService
net.esper.core Implementation of client package interfaces, glue code 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of ViewResolutionService in net.esper.core
 

Methods in net.esper.core that return ViewResolutionService
 ViewResolutionService StatementContext.getViewResolutionService()
          Returns view resolution svc.
 

Constructors in net.esper.core with parameters of type ViewResolutionService
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory)
          Constructor.
 

Uses of ViewResolutionService in net.esper.view
 

Classes in net.esper.view that implement ViewResolutionService
 class ViewResolutionServiceImpl
          Resolves view namespace and name to view factory class, using configuration.