|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationPlugInView | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
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> |
ConfigurationInformation.getPlugInViews()
Returns a list of configured plug-in views. |
List<ConfigurationPlugInView> |
Configuration.getPlugInViews()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |