|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.EPStatementStartMethod
public class EPStatementStartMethod
Starts and provides the stop method for EQL statements.
Constructor Summary | |
---|---|
EPStatementStartMethod(StatementSpecCompiled statementSpec,
EPServicesContext services,
StatementContext statementContext)
Ctor. |
Method Summary | |
---|---|
protected static String[] |
determineStreamNames(List<StreamSpecCompiled> streams)
Returns a stream name assigned for each stream, generated if none was supplied. |
Pair<Viewable,EPStatementStopMethod> |
start(boolean isNewStatement)
Starts the EQL statement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPStatementStartMethod(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext)
statementSpec
- is a container for the definition of all statement constructs that
may have been used in the statement, i.e. if defines the select clauses, insert into, outer joins etc.services
- is the service instances for dependency injectionstatementContext
- is statement-level information and statement servicesMethod Detail |
---|
public Pair<Viewable,EPStatementStopMethod> start(boolean isNewStatement) throws ExprValidationException, ViewProcessingException
isNewStatement
- indicator whether the statement is new or a stop-restart statement
ExprValidationException
- when the expression validation fails
ViewProcessingException
- when views cannot be startedprotected static String[] determineStreamNames(List<StreamSpecCompiled> streams)
streams
- - stream specifications
|
© 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 |