Uses of Class
net.esper.eql.core.EngineImportException

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

Methods in net.esper.eql.core that throw EngineImportException
 void EngineImportServiceImpl.addAggregation(String functionName, String aggregationClass)
           
 void EngineImportService.addAggregation(String functionName, String aggregationClass)
          Add an aggregation function.
 void EngineImportServiceImpl.addImport(String importName)
           
 void EngineImportService.addImport(String importName)
          Add an import, such as "com.mypackage.*" or "com.mypackage.MyClass".
 AggregationSupport MethodResolutionServiceImpl.resolveAggregation(String functionName)
           
 AggregationSupport MethodResolutionService.resolveAggregation(String functionName)
          Returns a plug-in aggregation method for a given configured aggregation function name.
 AggregationSupport EngineImportServiceImpl.resolveAggregation(String name)
           
 AggregationSupport EngineImportService.resolveAggregation(String functionName)
          Used at statement compile-time to try and resolve a given function name into an aggregation method.
 Method MethodResolutionServiceImpl.resolveMethod(String classNameAlias, String methodName, Class[] paramTypes)
           
 Method MethodResolutionService.resolveMethod(String classNameAlias, String methodName, Class[] paramTypes)
          Resolves a given class, method and list of parameter types to a static method.
 Method EngineImportServiceImpl.resolveMethod(String classNameAlias, String methodName, Class[] paramTypes)
           
 Method EngineImportService.resolveMethod(String classNameAlias, String methodName, Class[] paramTypes)
          Resolves a given class, method and list of parameter types to a static method.