Uses of Class
org.epics.pvmanager.PVConfiguration

Packages that use PVConfiguration
org.epics.pvmanager

pvManager 

 

Uses of PVConfiguration in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return PVConfiguration
 PVConfiguration<R,W> PVConfiguration.from(DataSource dataSource)
           
 PVConfiguration<R,W> PVConfiguration.notifyOn(java.util.concurrent.Executor onThread)
           
static
<R,W> PVConfiguration<R,W>
PVManager.readAndWrite(DesiredRateReadWriteExpression<R,W> readWriteExpression)
          Both reads and writes the given expression, and returns an object to configure the parameters for the both read and write.
static
<R,W> PVConfiguration<R,W>
PVManager.readAndWrite(SourceRateReadWriteExpression<R,W> readWriteExpression)
          Both reads and writes the given expression, and returns an object to configure the parameters for the both read and write.
 PVConfiguration<R,W> PVConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
          Forwards exception to the given exception handler.
 PVConfiguration<R,W> PVConfiguration.timeout(TimeDuration timeout)
           
 PVConfiguration<R,W> PVConfiguration.timeout(TimeDuration timeout, java.lang.String timeoutMessage)
           
 PVConfiguration<R,W> PVConfiguration.timeout(TimeDuration timeout, java.lang.String readMessage, java.lang.String writeMessage)
          Specifies a timeout, with a different message for the read and the write.