Uses of Interface
com.espertech.esper.pattern.PatternObjectResolutionService

Packages that use PatternObjectResolutionService
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.spec 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.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
 

Uses of PatternObjectResolutionService in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return PatternObjectResolutionService
 PatternObjectResolutionService StatementContext.getPatternResolutionService()
          Returns the statement's resolution service for pattern objects.
 

Constructors in com.espertech.esper.core with parameters of type PatternObjectResolutionService
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory, NamedWindowService namedWindowService, VariableService variableService, StatementResultService statementResultService)
          Constructor.
 

Uses of PatternObjectResolutionService in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec with parameters of type PatternObjectResolutionService
 StreamSpecCompiled StreamSpecRaw.compile(EventAdapterService eventAdapterService, MethodResolutionService methodResolutionService, PatternObjectResolutionService patternObjectResolutionService, TimeProvider timeProvider, NamedWindowService namedWindowService, VariableService variableService)
          Compiles a raw stream specification consisting event type information and filter expressions to an validated, optimized form for use with filter service
 StreamSpecCompiled PatternStreamSpecRaw.compile(EventAdapterService eventAdapterService, MethodResolutionService methodResolutionService, PatternObjectResolutionService patternObjectResolutionService, TimeProvider timeProvider, NamedWindowService namedWindowService, VariableService variableService)
           
 StreamSpecCompiled MethodStreamSpec.compile(EventAdapterService eventAdapterService, MethodResolutionService methodResolutionService, PatternObjectResolutionService patternObjectResolutionService, TimeProvider timeProvider, NamedWindowService namedWindowService, VariableService variableService)
           
 StreamSpecCompiled FilterStreamSpecRaw.compile(EventAdapterService eventAdapterService, MethodResolutionService methodResolutionService, PatternObjectResolutionService patternObjectResolutionService, TimeProvider timeProvider, NamedWindowService namedWindowService, VariableService variableService)
           
 StreamSpecCompiled DBStatementStreamSpec.compile(EventAdapterService eventAdapterService, MethodResolutionService methodResolutionService, PatternObjectResolutionService patternObjectResolutionService, TimeProvider timeProvider, NamedWindowService namedWindowService, VariableService variableService)
           
 

Uses of PatternObjectResolutionService in com.espertech.esper.pattern
 

Classes in com.espertech.esper.pattern that implement PatternObjectResolutionService
 class PatternObjectResolutionServiceImpl
          Resolves pattern object namespace and name to guard or observer factory class, using configuration.
 


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