Uses of Interface
com.espertech.esper.core.service.EPStatementSPI

Packages that use EPStatementSPI
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of EPStatementSPI in com.espertech.esper.core.service
 

Classes in com.espertech.esper.core.service that implement EPStatementSPI
 class EPStatementImpl
          Statement implementation for EPL statements.
 

Methods in com.espertech.esper.core.service that return EPStatementSPI
 EPStatementSPI StatementLifecycleSvcImpl.EPStatementDesc.getEpStatement()
          Returns the statement.
 EPStatementSPI StatementLifecycleSvcImpl.getStatementById(java.lang.String id)
          Returns the statement given a statement id.
 EPStatementSPI StatementLifecycleSvc.getStatementById(java.lang.String id)
           
 

Methods in com.espertech.esper.core.service with parameters of type EPStatementSPI
 void StatementResultServiceImpl.setContext(EPStatementSPI epStatement, EPServiceProviderSPI epServiceProvider, boolean isInsertInto, boolean isPattern, boolean isDistinct, boolean isForClause, StatementMetricHandle statementMetricHandle)
           
 void StatementResultService.setContext(EPStatementSPI epStatement, EPServiceProviderSPI epServiceProvider, boolean isInsertInto, boolean isPattern, boolean isDistinct, boolean isForClause, StatementMetricHandle statementMetricHandle)
          For initialization of the service to provide statement context.
 void StatementResultListener.update(EventBean[] newEvents, EventBean[] oldEvents, java.lang.String statementName, EPStatementSPI statement, EPServiceProviderSPI epServiceProvider)
          Provide statement result.
 

Constructors in com.espertech.esper.core.service with parameters of type EPStatementSPI
StatementLifecycleSvcImpl.EPStatementDesc(EPStatementSPI epStatement, EPStatementStartMethod startMethod, StatementContext statementContext)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com