public static class AbstractMonitorView.DefaultChannelHandle extends Object implements AbstractMonitorView.ChannelHandle
| Constructor and Description |
|---|
DefaultChannelHandle(String path,
AgentChannel channel,
AbstractMonitorView.ChannelDisplay view) |
| Modifier and Type | Method and Description |
|---|---|
AgentChannel |
getChannel() |
String |
getPath() |
AbstractMonitorView.ChannelDisplay |
getView() |
void |
setChannel(AgentChannel channel) |
void |
setPath(String path) |
void |
setView(AbstractMonitorView.ChannelDisplay view) |
public DefaultChannelHandle(String path, AgentChannel channel, AbstractMonitorView.ChannelDisplay view)
public String getPath()
getPath in interface AbstractMonitorView.ChannelHandlepublic AgentChannel getChannel()
getChannel in interface AbstractMonitorView.ChannelHandlepublic AbstractMonitorView.ChannelDisplay getView()
getView in interface AbstractMonitorView.ChannelHandlepublic void setPath(String path)
setPath in interface AbstractMonitorView.ChannelHandlepublic void setChannel(AgentChannel channel)
setChannel in interface AbstractMonitorView.ChannelHandlepublic void setView(AbstractMonitorView.ChannelDisplay view)
setView in interface AbstractMonitorView.ChannelHandleCopyright © 2017 LSST. All rights reserved.