|
||||||||||
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)
Ctor. |
Method Summary | |
---|---|
EPStatementSPI |
getEpStatement()
Returns the statement. |
EPStatementStartMethod |
getStartMethod()
Returns the start method. |
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)
epStatement
- the statementstartMethod
- the start methodstopMethod
- the stop methodMethod Detail |
---|
public EPStatementSPI getEpStatement()
public EPStatementStartMethod getStartMethod()
public EPStatementStopMethod getStopMethod()
public void setStopMethod(EPStatementStopMethod stopMethod)
stopMethod
- to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |