|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.StatementContextFactoryDefault
public class StatementContextFactoryDefault
Default implementation for making a statement-specific context class.
Nested Class Summary | |
---|---|
static class |
StatementContextFactoryDefault.AnnotationAnalysisResult
Analysis result of analysing annotations for a statement. |
Constructor Summary | |
---|---|
StatementContextFactoryDefault(PluggableObjectCollection viewPlugIns,
PluggableObjectCollection plugInPatternObj,
java.lang.Class systemVirtualDWViewFactory)
Ctor. |
Method Summary | |
---|---|
static StatementContextEngineServices |
getStmtCtxEngineServices(EPServicesContext services)
|
StatementContext |
makeContext(int statementId,
java.lang.String statementName,
java.lang.String expression,
StatementType statementType,
EPServicesContext engineServices,
java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext,
boolean isFireAndForget,
java.lang.annotation.Annotation[] annotations,
EPIsolationUnitServices isolationUnitServices,
boolean stateless,
StatementSpecRaw statementSpecRaw,
java.util.List<ExprSubselectNode> subselectNodes,
boolean writesToTables,
java.lang.Object statementUserObject)
Create a new statement context consisting of statement-level services. |
void |
setStmtEngineServices(EPServicesContext services)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementContextFactoryDefault(PluggableObjectCollection viewPlugIns, PluggableObjectCollection plugInPatternObj, java.lang.Class systemVirtualDWViewFactory)
viewPlugIns
- is the view plug-in object descriptionsplugInPatternObj
- is the pattern plug-in object descriptionsMethod Detail |
---|
public void setStmtEngineServices(EPServicesContext services)
setStmtEngineServices
in interface StatementContextFactory
public static StatementContextEngineServices getStmtCtxEngineServices(EPServicesContext services)
public StatementContext makeContext(int statementId, java.lang.String statementName, java.lang.String expression, StatementType statementType, EPServicesContext engineServices, java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext, boolean isFireAndForget, java.lang.annotation.Annotation[] annotations, EPIsolationUnitServices isolationUnitServices, boolean stateless, StatementSpecRaw statementSpecRaw, java.util.List<ExprSubselectNode> subselectNodes, boolean writesToTables, java.lang.Object statementUserObject)
StatementContextFactory
makeContext
in interface StatementContextFactory
statementId
- is the statement isstatementName
- is the statement nameexpression
- is the statement expressionengineServices
- is engine servicesoptAdditionalContext
- addtional context to pass to the statementisFireAndForget
- if the statement context is for a fire-and-forget statementannotations
- statement annotationsisolationUnitServices
- for isolation units
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |