@ConsoleLookup(id="org.lsst.ccs.gconsole.agent.AgentChannelsFilter", name="Monitored", path="Demo/Monitored", description="Channels filter that selects monitored channels.") public class FilterMonitored extends AbstractChannelsFilter
AgentChannelsFilter.Event, AgentChannelsFilter.ListenerALL| Constructor and Description |
|---|
FilterMonitored() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDisplayPath(String originPath)
Returns a list of display channels for the specified original path.
|
List<String> |
getOriginChannels()
Returns a list of original channel paths accepted by this filter.
|
String |
getOriginPath(String displayPath)
Returns the original path corresponding to the specified display channel.
|
addListener, notifyListeners, removeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAgents, getAttributes, getDisplayChannels, getDisplayPath, getFields, getNamepublic List<String> getDisplayPath(String originPath)
AgentChannelsFilter
Not that if the specified original channel is not accepted by this filter,
this method should return an empty list. null should never be returned.
originPath - Original path.public String getOriginPath(String displayPath)
AgentChannelsFilterdisplayPath - Display channel path.null if the specified path does not correspond to any original channel.public List<String> getOriginChannels()
AgentChannelsFilternull if any
original path for which AgentChannelsFilter.getDisplayPath(org.lsst.ccs.gconsole.agent.AgentChannel) returns a non-empty list is accepted.Copyright © 2017 LSST. All rights reserved.