|
||||||||||
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(String statementId,
String statementName,
String expression,
boolean hasVariables,
EPServicesContext engineServices,
Map<String,Object> optAdditionalContext,
OnTriggerDesc optOnTriggerDesc,
CreateWindowDesc optCreateWindowDesc)
Create a new statement context consisting of statement-level services. |
Method Detail |
---|
StatementContext makeContext(String statementId, String statementName, String expression, boolean hasVariables, EPServicesContext engineServices, Map<String,Object> optAdditionalContext, OnTriggerDesc optOnTriggerDesc, CreateWindowDesc optCreateWindowDesc)
statementId
- is the statement isstatementName
- is the statement nameexpression
- is the statement expressionengineServices
- is engine servicesoptAdditionalContext
- addtional context to pass to the statementoptOnTriggerDesc
- the on-delete statement descriptor for named window context creationoptCreateWindowDesc
- the create-window statement descriptor for named window context creationhasVariables
- indicator whether the statement uses variables anywhere in the statement
|
© 2007 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 |