net.esper.core
Class StatementLifecycleSvcImpl.EPStatementDesc

java.lang.Object
  extended by net.esper.core.StatementLifecycleSvcImpl.EPStatementDesc
Enclosing class:
StatementLifecycleSvcImpl

public class StatementLifecycleSvcImpl.EPStatementDesc
extends Object

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

StatementLifecycleSvcImpl.EPStatementDesc

public StatementLifecycleSvcImpl.EPStatementDesc(EPStatementSPI epStatement,
                                                 EPStatementStartMethod startMethod,
                                                 EPStatementStopMethod stopMethod)
Ctor.

Parameters:
epStatement - the statement
startMethod - the start method
stopMethod - the stop method
Method Detail

getEpStatement

public EPStatementSPI getEpStatement()
Returns the statement.

Returns:
statement.

getStartMethod

public EPStatementStartMethod getStartMethod()
Returns the start method.

Returns:
start method

getStopMethod

public EPStatementStopMethod getStopMethod()
Returns the stop method.

Returns:
stop method

setStopMethod

public void setStopMethod(EPStatementStopMethod stopMethod)
Sets the stop method.

Parameters:
stopMethod - to set