Uses of Class
org.epics.pvmanager.ChannelHandlerReadSubscription

Packages that use ChannelHandlerReadSubscription
org.epics.pvmanager

pvManager 

 

Uses of ChannelHandlerReadSubscription in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return ChannelHandlerReadSubscription
 ChannelHandlerReadSubscription ChannelRecipe.getReadSubscription()
           
 

Methods in org.epics.pvmanager with parameters of type ChannelHandlerReadSubscription
protected abstract  void ChannelHandler.addMonitor(ChannelHandlerReadSubscription subscription)
          Used by the data source to add a read request on the channel managed by this handler.
protected  void MultiplexedChannelHandler.addMonitor(ChannelHandlerReadSubscription subscription)
          Used by the data source to add a read request on the channel managed by this handler.
 

Constructors in org.epics.pvmanager with parameters of type ChannelHandlerReadSubscription
ChannelRecipe(java.lang.String channelName, ChannelHandlerReadSubscription readSubscription)