|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementExtensionSvcContext | |
---|---|
com.espertech.esper.core | 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 |
---|
Methods in com.espertech.esper.core that return StatementExtensionSvcContext | |
---|---|
StatementExtensionSvcContext |
StatementContext.getExtensionServicesContext()
Returns extension context for statements. |
Constructors in com.espertech.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,
NamedWindowService namedWindowService,
VariableService variableService,
StatementResultService statementResultService,
URI[] plugInTypeResolutionURIs,
ValueAddEventService valueAddEventService)
Constructor. |
Uses of StatementExtensionSvcContext in com.espertech.esper.epl.variable |
---|
Methods in com.espertech.esper.epl.variable with parameters of type StatementExtensionSvcContext | |
---|---|
void |
VariableServiceImpl.createNewVariable(String variableName,
Class type,
Object value,
StatementExtensionSvcContext extensionServicesContext)
|
void |
VariableService.createNewVariable(String variableName,
Class type,
Object value,
StatementExtensionSvcContext extensionServicesContext)
Creates a new variable. |
Pair<Boolean,Object> |
VariableStateHandler.getHasState(String variableName,
int variableNumber,
Class type,
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. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |