Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
DataRecipe.getExceptionHandler()
Returns the exception handler to be used for this PV.
|
ExceptionHandler |
ChannelHandlerReadSubscription.getHandler()
The handler to notify whenever an exception is thrown.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiplexedChannelHandler.addWriter(WriteCache<?> cache,
ExceptionHandler handler)
Used by the data source to prepare the channel managed by this handler
for write.
|
protected abstract void |
ChannelHandler.addWriter(WriteCache<?> cache,
ExceptionHandler handler)
Used by the data source to prepare the channel managed by this handler
for write.
|
void |
DataSource.concludeWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler)
Releases the resources associated with the given write buffer.
|
void |
CompositeDataSource.concludeWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler) |
void |
DataSource.prepareWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler)
Prepares the channels defined in the write buffer for writes.
|
void |
CompositeDataSource.prepareWrite(WriteBuffer writeBuffer,
ExceptionHandler exceptionHandler) |
protected void |
MultiplexedChannelHandler.removeWrite(WriteCache<?> cache,
ExceptionHandler exceptionHandler)
Used by the data source to conclude writes to the channel managed by this handler.
|
protected abstract void |
ChannelHandler.removeWrite(WriteCache<?> cache,
ExceptionHandler exceptionHandler)
Used by the data source to conclude writes to the channel managed by this handler.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
PVConfiguration<R,W> |
PVConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
Forwards exception to the given exception handler.
|
DataRecipe |
DataRecipe.withExceptionHandler(ExceptionHandler handler)
Creates a new data recipe with the given handler.
|
void |
DataSource.write(WriteBuffer writeBuffer,
Runnable callback,
ExceptionHandler exceptionHandler)
Writes the contents in the given write buffers to the channels
of this data sources.
|
Constructor and Description |
---|
ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<Boolean> connCollector,
ValueCache<Boolean> connCache) |
DataRecipe(ExceptionHandler exceptionHandler) |
Copyright © 2012. All Rights Reserved.