Uses of Class
net.esper.client.ConfigurationPlugInView

Packages that use ConfigurationPlugInView
net.esper.client This package defines the central Esper Client APIs. 
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 ConfigurationPlugInView in net.esper.client
 

Fields in net.esper.client with type parameters of type ConfigurationPlugInView
protected  List<ConfigurationPlugInView> Configuration.plugInViews
          List of configured plug-in views.
 

Methods in net.esper.client that return types with arguments of type ConfigurationPlugInView
 List<ConfigurationPlugInView> Configuration.getPlugInViews()
          Returns a list of configured plug-in views.
 

Uses of ConfigurationPlugInView in net.esper.core
 

Methods in net.esper.core that return types with arguments of type ConfigurationPlugInView
 List<ConfigurationPlugInView> ConfigurationSnapshot.getPlugInViews()
          Returns a list of configured plug-in views.
 

Uses of ConfigurationPlugInView in net.esper.view
 

Constructor parameters in net.esper.view with type arguments of type ConfigurationPlugInView
ViewResolutionServiceImpl(List<ConfigurationPlugInView> configurationPlugInViews)
          Ctor.