Uses of Interface
net.esper.eql.expression.AutoImportService

Packages that use AutoImportService
net.esper.core   
net.esper.eql.expression   
net.esper.util   
 

Uses of AutoImportService in net.esper.core
 

Methods in net.esper.core that return AutoImportService
 AutoImportService EPServicesContext.getAutoImportService()
          Returns the import and class name resolution service.
 

Constructors in net.esper.core with parameters of type AutoImportService
EPServicesContext(EventAdapterService eventAdapterService, AutoImportService autoImportService)
          Constructor - sets up new set of services.
 

Uses of AutoImportService in net.esper.eql.expression
 

Classes in net.esper.eql.expression that implement AutoImportService
 class AutoImportServiceImpl
          A service that allows users to refer to classes by partial names.
 

Methods in net.esper.eql.expression with parameters of type AutoImportService
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec outputLimitSpec, java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByList, StreamTypeService typeService, EventAdapterService eventAdapterService, AutoImportService autoImportService)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
 ExprNode ExprNode.getValidatedSubtree(StreamTypeService streamTypeService, AutoImportService autoImportService)
          Validates the expression node subtree that has this node as root.
 void ExprValidator.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
          Validate node.
 void ExprSumNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprStddevNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprStaticMethodNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprRelationalOpNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprOrNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprNotNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprMinMaxRowNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprMinMaxAggrNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprMedianNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprMathNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprIdentNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprEqualsNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprCountNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprConstantNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprConcatNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprBitWiseNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprAvgNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprAvedevNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 void ExprAndNode.validate(StreamTypeService streamTypeService, AutoImportService autoImportService)
           
 

Uses of AutoImportService in net.esper.util
 

Methods in net.esper.util with parameters of type AutoImportService
static java.lang.reflect.Method StaticMethodResolver.resolveMethod(java.lang.String className, java.lang.String methodName, java.lang.Class[] paramTypes, AutoImportService autoImportService)
          Attempts to find the static method described by the parameters, or a method of the same name that will accept the same type of parameters.