public class SetValue extends Function
funcError, funcKey, hasCachedValue
Constructor and Description |
---|
SetValue(Expression exp,
java.lang.String name,
int numParams) |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
eval(java.util.List parameters)
Implementation for this function.
|
java.lang.Object[] |
resolveOwner(java.lang.String mboAttrName,
MboRemote mbo) |
protected java.math.BigDecimal |
setValToMboAttr(MboRemote mbo,
java.lang.String attrName,
java.math.BigDecimal attrValN) |
cacheFuncValue, errorLog, funcKey, getCachedFuncValue, getFuncError, getStringValForHashCode, hasCachedFuncValue, lazyEval, mboKeyDebugId, setFuncError, validateSignature, wrapMXException
getExpression, getName, getNumParams, numParamsVaries
public SetValue(Expression exp, java.lang.String name, int numParams)
public java.math.BigDecimal eval(java.util.List parameters)
Function
protected java.math.BigDecimal setValToMboAttr(MboRemote mbo, java.lang.String attrName, java.math.BigDecimal attrValN)
public java.lang.Object[] resolveOwner(java.lang.String mboAttrName, MboRemote mbo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException