Uses of Class
com.espertech.esper.client.EPStatementState

Packages that use EPStatementState
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 EPStatementState in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return EPStatementState
 EPStatementState EPStatement.getState()
          Returns the statement's current state.
static EPStatementState EPStatementState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EPStatementState[] EPStatementState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of EPStatementState in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return EPStatementState
 EPStatementState EPStatementImpl.getState()
           
 

Methods in com.espertech.esper.core with parameters of type EPStatementState
 void EPStatementSPI.setCurrentState(EPStatementState currentState, long timeLastStateChange)
          Set statement state.
 void EPStatementImpl.setCurrentState(EPStatementState currentState, long timeLastStateChange)
           
 


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