Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
PVWriterConfiguration<T> |
PVWriterConfiguration.from(DataSource dataSource) |
PVWriterConfiguration<T> |
PVWriterConfiguration.notifyOn(Executor onThread) |
PVWriterConfiguration<T> |
PVWriterConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.timeout(org.epics.util.time.TimeDuration timeout) |
PVWriterConfiguration<T> |
PVWriterConfiguration.timeout(TimeDuration timeout)
Deprecated.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.timeout(org.epics.util.time.TimeDuration timeout,
String timeoutMessage) |
PVWriterConfiguration<T> |
PVWriterConfiguration.timeout(TimeDuration timeout,
String timeoutMessage)
Deprecated.
|
static <T> PVWriterConfiguration<T> |
PVManager.write(WriteExpression<T> writeExpression)
Writes the given expression, and returns an object to configure the parameters
for the write.
|
Copyright © 2012. All Rights Reserved.