Uses of Class
org.epics.pvmanager.PVManager.PVManagerExpression

Packages that use PVManager.PVManagerExpression
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
 

Uses of PVManager.PVManagerExpression in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return PVManager.PVManagerExpression
 PVManager.PVManagerExpression<T> PVManager.PVManagerExpression.andNotify(ThreadSwitch onThread)
          Defines on which thread the PVManager should notify the client.
 PVManager.PVManagerExpression<T> PVManager.PVManagerExpression.from(DataSource dataSource)
          Defines which DataSource should be used to read the data.
static
<T> PVManager.PVManagerExpression<T>
PVManager.read(DesiredRateExpression<T> pvExpression)
          Reads the given expression.
static
<T> PVManager.PVManagerExpression<T>
PVManager.read(SourceRateExpression<T> pvExpression)
          Reads the given expression.
 PVManager.PVManagerExpression<T> PVManager.PVManagerExpression.routeExceptionsTo(ExceptionHandler exceptionHandler)
          Forwards exception to the given exception handler.
 



Copyright © 2010. All Rights Reserved.