|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.StatementLifecycleSvcImpl.EPStatementDesc
public class StatementLifecycleSvcImpl.EPStatementDesc
Statement information.
Constructor Summary | |
---|---|
StatementLifecycleSvcImpl.EPStatementDesc(EPStatementSPI epStatement,
EPStatementStartMethod startMethod,
EPStatementStopMethod stopMethod,
String optInsertIntoStream,
EPStatementHandle statementHandle)
Ctor. |
Method Summary | |
---|---|
EPStatementSPI |
getEpStatement()
Returns the statement. |
String |
getOptInsertIntoStream()
Return the insert-into stream name, or null if no insert-into |
EPStatementStartMethod |
getStartMethod()
Returns the start method. |
EPStatementHandle |
getStatementHandle()
Returns the statements handle. |
EPStatementStopMethod |
getStopMethod()
Returns the stop method. |
void |
setStopMethod(EPStatementStopMethod stopMethod)
Sets the stop method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementLifecycleSvcImpl.EPStatementDesc(EPStatementSPI epStatement, EPStatementStartMethod startMethod, EPStatementStopMethod stopMethod, String optInsertIntoStream, EPStatementHandle statementHandle)
epStatement
- the statementstartMethod
- the start methodstopMethod
- the stop methodoptInsertIntoStream
- is the insert-into stream name, or null if not using insert-intostatementHandle
- is the locking handle for the statementMethod Detail |
---|
public EPStatementSPI getEpStatement()
public EPStatementStartMethod getStartMethod()
public EPStatementStopMethod getStopMethod()
public String getOptInsertIntoStream()
public void setStopMethod(EPStatementStopMethod stopMethod)
stopMethod
- to setpublic EPStatementHandle getStatementHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |