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.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

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.eql.spec
 

Method parameters in net.esper.eql.spec with type arguments of type ConfigurationPlugInView
 void PluggableObjectCollection.addViews(List<ConfigurationPlugInView> configurationPlugInViews)
          Add a plug-in view.