Uses of Class
com.espertech.esper.core.context.util.ContextDescriptor

Packages that use ContextDescriptor
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
 

Uses of ContextDescriptor in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return ContextDescriptor
 ContextDescriptor ContextManagerNested.getContextDescriptor()
           
 ContextDescriptor ContextManagerImpl.getContextDescriptor()
           
 ContextDescriptor ContextManager.getContextDescriptor()
           
 ContextDescriptor ContextManagementServiceImpl.getContextDescriptor(java.lang.String contextName)
           
 ContextDescriptor ContextManagementService.getContextDescriptor(java.lang.String contextName)
           
 

Uses of ContextDescriptor in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return ContextDescriptor
 ContextDescriptor StatementContext.getContextDescriptor()
           
 

Constructors in com.espertech.esper.core.service with parameters of type ContextDescriptor
StatementContext(StatementContextEngineServices stmtEngineServices, byte[] statementIdBytes, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, StatementResultService statementResultService, InternalEventRouteDest internalEventEngineRouteDest, java.lang.annotation.Annotation[] annotations, StatementAIResourceRegistry statementAgentInstanceRegistry, StatementAgentInstanceLock defaultAgentInstanceLock, ContextDescriptor contextDescriptor, PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc, boolean statelessSelect, ContextControllerFactoryService contextControllerFactoryService, AgentInstanceScriptContext defaultAgentInstanceScriptContext, AggregationServiceFactoryService aggregationServiceFactoryService)
          Constructor.
 

Uses of ContextDescriptor in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type ContextDescriptor
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(java.util.Collection<java.lang.Integer> assignedTypeNumberStack, SelectClauseElementCompiled[] selectionList, boolean isUsingWildcard, InsertIntoDesc insertIntoDesc, ForClauseSpec forClauseSpec, StreamTypeService typeService, EventAdapterService eventAdapterService, StatementResultService statementResultService, ValueAddEventService valueAddEventService, SelectExprEventTypeRegistry selectExprEventTypeRegistry, MethodResolutionService methodResolutionService, ExprEvaluatorContext exprEvaluatorContext, VariableService variableService, TimeProvider timeProvider, java.lang.String engineURI, java.lang.String statementId, java.lang.String statementName, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configuration, SelectExprProcessorDeliveryCallback selectExprProcessorCallback)
          Returns the processor to use for a given select-clause.
 

Uses of ContextDescriptor in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression that return ContextDescriptor
 ContextDescriptor ExprValidationContext.getContextDescriptor()
           
 

Constructors in com.espertech.esper.epl.expression with parameters of type ContextDescriptor
ExprValidationContext(StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, ViewResourceDelegateUnverified viewResourceDelegate, TimeProvider timeProvider, VariableService variableService, ExprEvaluatorContext exprEvaluatorContext, EventAdapterService eventAdapterService, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor)
           
 

Uses of ContextDescriptor in com.espertech.esper.filter
 

Methods in com.espertech.esper.filter with parameters of type ContextDescriptor
static FilterSpecCompiled FilterSpecCompiler.buildNoStmtCtx(java.util.List<ExprNode> validatedNodes, EventType eventType, java.lang.String eventTypeName, PropertyEvalSpec optionalPropertyEvalSpec, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, StreamTypeService streamTypeService, java.lang.String optionalStreamName, java.util.Collection<java.lang.Integer> assignedTypeNumberStack, ExprEvaluatorContext exprEvaluatorContext, java.lang.String statementId, java.lang.String statementName, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, TimeProvider timeProvider, VariableService variableService, ConfigurationInformation configurationInformation)
           
 


© 2006-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com