public interface MutableAgentChannel extends AgentChannel
AgentChannel.AgentChannel.Key| 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.
|
get, get, getAgent, getAgentName, getAttributes, getLocalPath, getPathboolean 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 Key.VALUE, the central value is set.value - The new value.true if the attribute value has changed as a result of this call.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.