|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.EPAdministratorHelper
public class EPAdministratorHelper
Helper class for administrative interface.
Constructor Summary | |
---|---|
EPAdministratorHelper()
|
Method Summary | |
---|---|
static StatementSpecRaw |
compileEPL(java.lang.String eplStatement,
java.lang.String eplStatementForErrorMsg,
boolean addPleaseCheck,
java.lang.String statementName,
EPServicesContext services,
SelectClauseStreamSelectorEnum defaultStreamSelector)
Compile an EPL statement. |
static StatementSpecRaw |
compileEPL(java.lang.String eplStatement,
java.lang.String eplStatementForErrorMsg,
boolean addPleaseCheck,
java.lang.String statementName,
SelectClauseStreamSelectorEnum defaultStreamSelector,
EngineImportService engineImportService,
VariableService variableService,
SchedulingService schedulingService,
java.lang.String engineURI,
ConfigurationInformation configSnapshot,
PatternNodeFactory patternNodeFactory,
ContextManagementService contextManagementService,
ExprDeclaredService exprDeclaredService,
TableService tableService)
Compile the EPL. |
static StatementSpecRaw |
compilePattern(java.lang.String expression,
java.lang.String expressionForErrorMessage,
boolean addPleaseCheck,
EPServicesContext services,
SelectClauseStreamSelectorEnum defaultStreamSelector)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPAdministratorHelper()
Method Detail |
---|
public static StatementSpecRaw compileEPL(java.lang.String eplStatement, java.lang.String eplStatementForErrorMsg, boolean addPleaseCheck, java.lang.String statementName, EPServicesContext services, SelectClauseStreamSelectorEnum defaultStreamSelector)
eplStatement
- to compileeplStatementForErrorMsg
- the statement to use for indicating error messagesaddPleaseCheck
- true to add please-check message textstatementName
- the name of statementservices
- engine servicesdefaultStreamSelector
- stream selector
public static StatementSpecRaw compileEPL(java.lang.String eplStatement, java.lang.String eplStatementForErrorMsg, boolean addPleaseCheck, java.lang.String statementName, SelectClauseStreamSelectorEnum defaultStreamSelector, EngineImportService engineImportService, VariableService variableService, SchedulingService schedulingService, java.lang.String engineURI, ConfigurationInformation configSnapshot, PatternNodeFactory patternNodeFactory, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, TableService tableService)
eplStatement
- expression to compilestatementName
- is the name of the statementdefaultStreamSelector
- - the configuration for which insert or remove streams (or both) to produceeplStatementForErrorMsg
- - use this text for the error messageaddPleaseCheck
- - indicator to add a "please check" wording for stack paraphrases
public static StatementSpecRaw compilePattern(java.lang.String expression, java.lang.String expressionForErrorMessage, boolean addPleaseCheck, EPServicesContext services, SelectClauseStreamSelectorEnum defaultStreamSelector)
|
© 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 |