public class AuSetAttribute extends AuResponse
data[0]: the uuid of the component
data[1]: the attribute name
data[2]: the attribute value
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuSetAttribute(Component comp,
java.lang.String attr,
java.lang.Object val)
Construct an instance for miscellaneous values, such as Boolean,
Integer and so on.
|
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuSetAttribute(Component comp, java.lang.String attr, java.lang.Object val)
val
- the value. It could be null, String, Date,
DeferredValue
,
and any kind of objects that
the client accepts (marshaled by JSON).Copyright © 2005-2011 Potix Corporation. All Rights Reserved.