Uses of Interface
com.espertech.esper.view.ViewService

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

Uses of ViewService in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return ViewService
 ViewService StatementContextEngineServices.getViewService()
           
 ViewService StatementContext.getViewService()
          Returns view svc.
 ViewService EPServicesContext.getViewService()
          Returns services for view creation, sharing and removal.
 

Constructors in com.espertech.esper.core.service with parameters of type ViewService
StatementContextEngineServices(java.lang.String engineURI, EventAdapterService eventAdapterService, NamedWindowService namedWindowService, VariableService variableService, TableService tableService, EngineSettingsService engineSettingsService, ValueAddEventService valueAddEventService, ConfigurationInformation configSnapshot, MetricReportingServiceSPI metricReportingService, ViewService viewService, ExceptionHandlingService exceptionHandlingService, ExpressionResultCacheService expressionResultCacheService, StatementEventTypeRef statementEventTypeRef, TableExprEvaluatorContext tableExprEvaluatorContext)
           
 

Uses of ViewService in com.espertech.esper.view
 

Classes in com.espertech.esper.view that implement ViewService
 class ViewServiceImpl
          Implementation of the view evaluation service business interface.
 

Methods in com.espertech.esper.view that return ViewService
static ViewService ViewServiceProvider.newService()
          Creates an implementation of the ViewService interface.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com