Uses of Interface
net.esper.core.StatementExtensionSvcContext

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

Uses of StatementExtensionSvcContext in net.esper.core
 

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

Constructors in net.esper.core with parameters of type StatementExtensionSvcContext
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)
          Constructor.
 

Uses of StatementExtensionSvcContext in net.esper.pattern
 

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

Uses of StatementExtensionSvcContext in net.esper.view
 

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