|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableNotFoundException | |
---|---|
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
Uses of VariableNotFoundException in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that throw VariableNotFoundException | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
EPRuntime.getVariableValue(java.util.Set<java.lang.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. |
java.lang.Object |
EPRuntime.getVariableValue(java.lang.String variableName)
Returns the current variable value. |
void |
EPRuntime.setVariableValue(java.util.Map<java.lang.String,java.lang.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(java.lang.String variableName,
java.lang.Object variableValue)
Sets the value of a single variable. |
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |