Uses of Class
net.esper.client.EPStatementState

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

Uses of EPStatementState in net.esper.client
 

Methods in net.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 net.esper.core
 

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

Methods in net.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