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 EPServicesContext.getViewResolutionService()
          Service for resolving view namespace and name.
 

Constructors in net.esper.core with parameters of type ViewResolutionService
EPServicesContext(SchedulingService schedulingService, EventAdapterService eventAdapterService, AutoImportService autoImportService, DatabaseConfigService databaseConfigService, ViewResolutionService viewResolutionService, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext)
          Constructor - sets up new set of services.
 

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.
 

Methods in net.esper.view that return ViewResolutionService
 ViewResolutionService StatementServiceContext.getViewResultionService()
          Returns view resolution svc.
 

Constructors in net.esper.view with parameters of type ViewResolutionService
StatementServiceContext(String statementId, String statementName, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService)
          Constructor.