public class MutableAgentChannel extends AgentChannel
AgentChannel.data, NONE, value, VALUE_KEY| Constructor and Description |
|---|
MutableAgentChannel(AgentChannel other) |
MutableAgentChannel(String path,
org.lsst.ccs.bus.data.AgentInfo agent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
set(Object value)
Sets the value of this channel.
|
boolean |
set(Object key,
Object value)
Sets the value of the specified attribute.
|
equals, get, get, getAgent, getAgentName, getLocalPath, getPath, hashCode, toStringpublic MutableAgentChannel(String path, org.lsst.ccs.bus.data.AgentInfo agent)
public MutableAgentChannel(AgentChannel other)
public boolean set(Object key, Object value)
key - The attribute is identified by the string returned by toString() method of the key object.
If key is null or evaluates to VALUE_KEY, the central value is set.value - The new value.true if the attribute value has changed as a result of this call.public boolean set(Object value)
value - New value.true if the value has changed as a result of this call.Copyright © 2018 LSST. All rights reserved.