Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
PVConfiguration<R,W> |
PVConfiguration.from(DataSource dataSource) |
PVConfiguration<R,W> |
PVConfiguration.notifyOn(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(org.epics.util.time.TimeDuration timeout) |
PVConfiguration<R,W> |
PVConfiguration.timeout(TimeDuration timeout)
Deprecated.
|
PVConfiguration<R,W> |
PVConfiguration.timeout(org.epics.util.time.TimeDuration timeout,
String timeoutMessage) |
PVConfiguration<R,W> |
PVConfiguration.timeout(TimeDuration timeout,
String timeoutMessage)
Deprecated.
|
PVConfiguration<R,W> |
PVConfiguration.timeout(org.epics.util.time.TimeDuration timeout,
String readMessage,
String writeMessage)
Specifies a timeout, with a different message for the read and the write.
|
Copyright © 2012. All Rights Reserved.