Uses of Interface
net.esper.view.ViewService

Packages that use ViewService
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 ViewService in net.esper.core
 

Methods in net.esper.core that return ViewService
 ViewService EPServicesContext.getViewService()
          Returns services for view creation, sharing and removal.
 

Uses of ViewService in net.esper.view
 

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

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