Uses of Class
net.esper.core.StatementLifecycleSvcImpl.EPStatementDesc

Packages that use StatementLifecycleSvcImpl.EPStatementDesc
net.esper.core Implementation of client package interfaces, glue code 
 

Uses of StatementLifecycleSvcImpl.EPStatementDesc in net.esper.core
 

Fields in net.esper.core with type parameters of type StatementLifecycleSvcImpl.EPStatementDesc
protected  Map<String,StatementLifecycleSvcImpl.EPStatementDesc> StatementLifecycleSvcImpl.stmtIdToDescMap
          Maps of statement id to descriptor.
 

Methods in net.esper.core that return StatementLifecycleSvcImpl.EPStatementDesc
protected  StatementLifecycleSvcImpl.EPStatementDesc StatementLifecycleSvcImpl.createStopped(StatementSpecRaw statementSpec, String expression, boolean isPattern, String statementName, String statementId)
          Create stopped statement.
 

Methods in net.esper.core with parameters of type StatementLifecycleSvcImpl.EPStatementDesc
 void StatementLifecycleSvcImpl.start(String statementId, StatementLifecycleSvcImpl.EPStatementDesc desc)
          Start the given statement.