|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.StatementContextFactoryDefault
public class StatementContextFactoryDefault
Default implementation for making a statement-specific context class.
Constructor Summary | |
---|---|
StatementContextFactoryDefault(PluggableObjectCollection viewPlugIns,
PluggableObjectCollection plugInPatternObj)
Ctor. |
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. |
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)
viewPlugIns
- is the view plug-in object descriptionsplugInPatternObj
- is the pattern plug-in object descriptionsMethod Detail |
---|
public StatementContext makeContext(String statementId, String statementName, String expression, boolean hasVariables, EPServicesContext engineServices, Map<String,Object> optAdditionalContext, OnTriggerDesc optOnTriggerDesc, CreateWindowDesc optCreateWindowDesc)
StatementContextFactory
makeContext
in interface StatementContextFactory
statementId
- is the statement isstatementName
- is the statement nameexpression
- is the statement expressionhasVariables
- indicator whether the statement uses variables anywhere in the statementengineServices
- 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 creation
|
© 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 |