Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.test |
Support for a data source that simulates various error conditions.
|
Modifier and Type | Method and Description |
---|---|
PVConfiguration<R,W> |
PVConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
void |
DataSource.write(WriteRecipe writeRecipe,
Runnable callback,
ExceptionHandler exceptionHandler)
Writes the contents in the given write recipe to the channels
of this data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
CountDownWriteFunction
Read listener to wait that a certain number of notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
MockDataSource.write(WriteRecipe writeRecipe,
Runnable callback,
ExceptionHandler exceptionHandler) |
Copyright © 2010–2015. All rights reserved.