Uses of Interface
com.espertech.esper.core.service.StatementExtensionSvcContext

Packages that use StatementExtensionSvcContext
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.variable Variable service and variable collections 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

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

Methods in com.espertech.esper.core.service that return StatementExtensionSvcContext
 StatementExtensionSvcContext StatementContext.getExtensionServicesContext()
          Returns extension context for statements.
 

Constructors in com.espertech.esper.core.service with parameters of type StatementExtensionSvcContext
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, boolean writesToTables, java.lang.Object statementUserObject)
          Constructor.
 

Uses of StatementExtensionSvcContext in com.espertech.esper.epl.variable
 

Methods in com.espertech.esper.epl.variable with parameters of type StatementExtensionSvcContext
 void VariableServiceImpl.allocateVariableState(java.lang.String variableName, int agentInstanceId, StatementExtensionSvcContext extensionServicesContext)
           
 void VariableService.allocateVariableState(java.lang.String variableName, int agentInstanceId, StatementExtensionSvcContext extensionServicesContext)
           
 Pair<java.lang.Boolean,java.lang.Object> VariableStateHandler.getHasState(java.lang.String variableName, int variableNumber, int agentInstanceId, java.lang.Class type, EventType eventType, StatementExtensionSvcContext statementExtContext)
          Returns the current variable state plus Boolean.TRUE if there is a current state since the variable may have the value of null; returns Boolean.FALSE and null if there is no current state
 

Uses of StatementExtensionSvcContext in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern that return StatementExtensionSvcContext
 StatementExtensionSvcContext PatternContext.getExtensionServicesContext()
          Returns extension services context for statement (statement-specific).
 

Uses of StatementExtensionSvcContext in com.espertech.esper.view
 

Methods in com.espertech.esper.view that return StatementExtensionSvcContext
 StatementExtensionSvcContext ViewFactoryContext.getExtensionServicesContext()
          Returns extension svc.
 


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