Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.integration |
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)
Sets a timeout for write operation.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.timeout(org.epics.util.time.TimeDuration timeout,
String timeoutMessage)
Sets a timeout for write operations.
|
static <T> PVWriterConfiguration<T> |
PVManager.write(WriteExpression<T> writeExpression)
Writes the given expression, and returns an object to configure the parameters
for the write.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.writeListener(PVWriterListener<? extends T> listener)
Adds a listener notified for any writer event (write result, connection and errors).
|
Modifier and Type | Method and Description |
---|---|
protected <T> TestPhase |
TestPhase.addWriter(String name,
PVWriterConfiguration<T> writer) |
Copyright © 2010–2015. All rights reserved.