|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.StatementLifecycleSvcImpl.EPStatementDesc
public static class StatementLifecycleSvcImpl.EPStatementDesc
Statement information.
Constructor Summary | |
---|---|
StatementLifecycleSvcImpl.EPStatementDesc(EPStatementSPI epStatement,
EPStatementStartMethod startMethod,
StatementContext statementContext)
Ctor. |
Method Summary | |
---|---|
EPStatementDestroyMethod |
getDestroyMethod()
Return destroy method. |
EPStatementSPI |
getEpStatement()
Returns the statement. |
EPStatementStartMethod |
getStartMethod()
Returns the start method. |
StatementContext |
getStatementContext()
Returns the statement context. |
EPStatementStopMethod |
getStopMethod()
Returns the stop method. |
void |
setDestroyMethod(EPStatementDestroyMethod destroyMethod)
Set method to call when destroyed. |
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, StatementContext statementContext)
epStatement
- the statementstartMethod
- the start methodstatementContext
- statement contextMethod Detail |
---|
public EPStatementSPI getEpStatement()
public EPStatementStartMethod getStartMethod()
public EPStatementStopMethod getStopMethod()
public void setStopMethod(EPStatementStopMethod stopMethod)
stopMethod
- to setpublic StatementContext getStatementContext()
public void setDestroyMethod(EPStatementDestroyMethod destroyMethod)
destroyMethod
- methodpublic EPStatementDestroyMethod getDestroyMethod()
|
© 2006-2016 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 |