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

Packages that use VariableNotFoundException
com.espertech.esper.client This package defines the central Esper Client APIs. 
 

Uses of VariableNotFoundException in com.espertech.esper.client
 

Methods in com.espertech.esper.client that throw VariableNotFoundException
 Map<String,Object> EPRuntime.getVariableValue(Set<String> variableNames)
          Returns current variable values for each of the variable names passed in, guaranteeing consistency in the face of concurrent updates to the variables.
 Object EPRuntime.getVariableValue(String variableName)
          Returns the current variable value.
 void EPRuntime.setVariableValue(Map<String,Object> variableValues)
          Sets the value of multiple variables in one update, applying all or none of the changes to variable values in one atomic transaction.
 void EPRuntime.setVariableValue(String variableName, Object variableValue)
          Sets the value of a single variable.
 


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