|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatementContextFactory
Interface for a factory class that makes statement context specific to a statement.
Method Summary | |
---|---|
StatementContext |
makeContext(java.lang.String 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)
|
Method Detail |
---|
void setStmtEngineServices(EPServicesContext services)
StatementContext makeContext(java.lang.String 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)
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 unitssubselectNodes
-
|
© 2006-2015 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 |