Class EpicsChannelMonitorRequest
java.lang.Object
ch.psi.wica.controlsystem.epics.monitor.EpicsChannelMonitorRequest
Value object providing the specification for monitoring an EPICS channel.
-
Constructor Summary
ConstructorsConstructorDescriptionEpicsChannelMonitorRequest
(EpicsChannelName epicsChannelName, WicaChannel publicationChannel) Creates a new instance which requests the monitoring of the specified EPICS channel name and publication on the specified Wica Channel.EpicsChannelMonitorRequest
(WicaChannel wicaChannel) Creates a new instance to request the monitoring of the specified Wica channel. -
Method Summary
-
Constructor Details
-
EpicsChannelMonitorRequest
Creates a new instance to request the monitoring of the specified Wica channel.- Parameters:
wicaChannel
- the channel.
-
EpicsChannelMonitorRequest
EpicsChannelMonitorRequest(EpicsChannelName epicsChannelName, WicaChannel publicationChannel) Creates a new instance which requests the monitoring of the specified EPICS channel name and publication on the specified Wica Channel.- Parameters:
epicsChannelName
- the EPICS channel name.publicationChannel
- the channel.
-
-
Method Details
-
getAsMetadataRequest
-
getEpicsChannelName
Returns the EPICS channel name associated with this request.- Returns:
- the channel name.
-
getPublicationChannel
Returns the Wica channel associated with this request.- Returns:
- the Wica channel.
-
toString
-
equals
-
hashCode
public int hashCode()
-