Uses of Interface
net.esper.view.ViewService

Packages that use ViewService
net.esper.core   
net.esper.view   
 

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.