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.
 Class MethodResolutionServiceImpl.resolveClass(String classNameAlias)
           
 Class MethodResolutionService.resolveClass(String classNameAlias)
          Resolves a given class name, either fully qualified and simple and imported to a class.
 Class EngineImportServiceImpl.resolveClass(String classNameAlias)
           
 Class EngineImportService.resolveClass(String classNameAlias)
          Resolves a given class name, either fully qualified and simple and imported to a class.
 Method MethodResolutionServiceImpl.resolveMethod(Class clazz, String methodName, Class[] paramTypes)
           
 Method MethodResolutionService.resolveMethod(Class clazz, String methodName, Class[] paramTypes)
          Resolves a given method name and list of parameter types to an instance or static method exposed by the given class.
 Method EngineImportServiceImpl.resolveMethod(Class clazz, String methodName, Class[] paramTypes)
           
 Method EngineImportService.resolveMethod(Class clazz, String methodName, Class[] paramTypes)
          Resolves a given method name and list of parameter types to an instance or static method exposed by the given class.
 Method MethodResolutionServiceImpl.resolveMethod(String classNameAlias, String methodName)
           
 Method MethodResolutionService.resolveMethod(String classNameAlias, String methodName)
          Resolves a given class and method name to a static method, not allowing overloaded methods and expecting the method to be found exactly once with zero or more parameters.
 Method EngineImportServiceImpl.resolveMethod(String classNameAlias, String methodName)
           
 Method EngineImportService.resolveMethod(String classNameAlias, String methodName)
          Resolves a given class and method name to a static method, expecting the method to exist exactly once and not be overloaded, with any parameters.
 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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com