Class EpicsChannelPollerRequestService
java.lang.Object
ch.psi.wica.controlsystem.epics.poller.EpicsChannelPollerRequestService
Provides a service for listening and responding to application event
requests which require starting or stopping the polling of EPICS
Process Variables (PV's) using Channel-Access (CA) protocol.
-
Constructor Summary
ConstructorsConstructorDescriptionEpicsChannelPollerRequestService
(EpicsChannelPollerService epicsChannelPollerService) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles requests to start polling the specified Wica Channel.void
Handles requests to stop polling the specified Wica Channel.
-
Constructor Details
-
EpicsChannelPollerRequestService
EpicsChannelPollerRequestService(@Autowired EpicsChannelPollerService epicsChannelPollerService) Creates a new instance.- Parameters:
epicsChannelPollerService
- the polling service.
-
-
Method Details
-
handleWicaChannelStartPollingEvent
Handles requests to start polling the specified Wica Channel.- Parameters:
event
- contains the channel to start polling.
-
handleWicaChannelStopPollingEvent
Handles requests to stop polling the specified Wica Channel.- Parameters:
event
- contains the channel to stop polling.
-