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

Packages that use VariableValueException
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.variable Variable service and variable collections 
 

Uses of VariableValueException in com.espertech.esper.client
 

Methods in com.espertech.esper.client that throw VariableValueException
 void EPRuntime.setVariableValue(java.util.Map<java.lang.String,java.lang.Object> variableValues)
          Sets the value of multiple global variables in one update, applying all or none of the changes to variable values in one atomic transaction.
 void EPRuntime.setVariableValue(java.util.Map<java.lang.String,java.lang.Object> variableValues, int agentInstanceId)
          Sets the value of multiple context-partitioned 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 global variable.
 

Uses of VariableValueException in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that throw VariableValueException
 void EPRuntimeImpl.setVariableValue(java.util.Map<java.lang.String,java.lang.Object> variableValues, int agentInstanceId)
           
 

Uses of VariableValueException in com.espertech.esper.epl.variable
 

Methods in com.espertech.esper.epl.variable that throw VariableValueException
 void VariableServiceImpl.checkAndWrite(java.lang.String variableName, int agentInstanceId, java.lang.Object newValue)
           
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com