Uses of Interface
com.espertech.esper.client.EPStatement

Packages that use EPStatement
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.core Implementation of client package interfaces, glue code 
 

Uses of EPStatement in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return EPStatement
 EPStatement EPAdministrator.create(EPPreparedStatement prepared)
          Creates and starts a prepared statement.
 EPStatement EPAdministrator.create(EPPreparedStatement prepared, String statementName)
          Creates and starts a prepared statement.
 EPStatement EPAdministrator.create(EPStatementObjectModel sodaStatement)
          Creates and starts an EPL statement.
 EPStatement EPAdministrator.create(EPStatementObjectModel sodaStatement, String statementName)
          Creates and starts an EPL statement.
 EPStatement EPAdministrator.createEPL(String eplStatement)
          Creates and starts an EPL statement.
 EPStatement EPAdministrator.createEPL(String eplStatement, String statementName)
          Create and starts an EPL statement.
 EPStatement EPAdministrator.createPattern(String onExpression)
          Create and starts an event pattern statement for the expressing string passed.
 EPStatement EPAdministrator.createPattern(String onExpression, String statementName)
          Create and starts an event pattern statement for the expressing string passed and assign the name passed.
 EPStatement EPAdministrator.getStatement(String name)
          Returns the statement by the given statement name.
 

Methods in com.espertech.esper.client with parameters of type EPStatement
 void StatementAwareUpdateListener.update(EventBean[] newEvents, EventBean[] oldEvents, EPStatement statement, EPServiceProvider epServiceProvider)
          Notify that new events are available or old events are removed.
 

Uses of EPStatement in com.espertech.esper.core
 

Subinterfaces of EPStatement in com.espertech.esper.core
 interface EPStatementSPI
          Statement SPI for statements operations for state transitions and internal management.
 

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

Fields in com.espertech.esper.core with type parameters of type EPStatement
protected  Map<String,EPStatement> StatementLifecycleSvcImpl.stmtNameToStmtMap
          Map of statement name to statement.
 

Methods in com.espertech.esper.core that return EPStatement
 EPStatement EPAdministratorImpl.create(EPPreparedStatement prepared)
           
 EPStatement EPAdministratorImpl.create(EPPreparedStatement prepared, String statementName)
           
 EPStatement EPAdministratorImpl.create(EPStatementObjectModel sodaStatement)
           
 EPStatement EPAdministratorImpl.create(EPStatementObjectModel sodaStatement, String statementName)
           
 EPStatement StatementLifecycleSvcImpl.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName)
           
 EPStatement StatementLifecycleSvc.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName)
          Create and start the statement.
protected  EPStatement StatementLifecycleSvcImpl.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName, String statementId, Map<String,Object> optAdditionalContext)
          Creates and starts statement.
 EPStatement EPAdministratorImpl.createEPL(String eplStatement)
           
 EPStatement EPAdministratorImpl.createEPL(String eplStatement, String statementName)
           
 EPStatement EPAdministratorImpl.createPattern(String onExpression)
           
 EPStatement EPAdministratorImpl.createPattern(String expression, String statementName)
           
protected  EPStatement StatementLifecycleSvcImpl.createStarted(StatementSpecRaw statementSpec, String expression, boolean isPattern, String statementName, String statementId, Map<String,Object> optAdditionalContext)
          Creates a started statement.
 EPStatement StatementLifecycleEvent.getStatement()
          Returns the statement instance for the event.
 EPStatement EPAdministratorImpl.getStatement(String name)
           
 EPStatement StatementLifecycleSvcImpl.getStatementByName(String name)
           
 EPStatement StatementLifecycleSvc.getStatementByName(String name)
          Returns the statement by the given name, or null if no such statement exists.
 

Constructors in com.espertech.esper.core with parameters of type EPStatement
StatementLifecycleEvent(EPStatement statement, StatementLifecycleEvent.LifecycleEventType eventType, Object... params)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com