Uses of Class
org.epics.pvmanager.ExceptionHandler

Packages that use ExceptionHandler
org.epics.pvmanager

pvManager 

 

Uses of ExceptionHandler in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return ExceptionHandler
 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.
 

Methods in org.epics.pvmanager with parameters of type ExceptionHandler
protected abstract  void ChannelHandler.addWriter(WriteCache<?> cache, ExceptionHandler handler)
          Used by the data source to prepare the channel managed by this handler for write.
protected  void MultiplexedChannelHandler.addWriter(WriteCache<?> cache, ExceptionHandler handler)
          Used by the data source to prepare the channel managed by this handler for write.
 void CompositeDataSource.concludeWrite(WriteBuffer writeBuffer, ExceptionHandler exceptionHandler)
           
 void DataSource.concludeWrite(WriteBuffer writeBuffer, ExceptionHandler exceptionHandler)
          Releases the resources associated with the given write buffer.
 void CompositeDataSource.prepareWrite(WriteBuffer writeBuffer, ExceptionHandler exceptionHandler)
           
 void DataSource.prepareWrite(WriteBuffer writeBuffer, ExceptionHandler exceptionHandler)
          Prepares the channels defined in the write buffer for writes.
protected abstract  void ChannelHandler.removeWrite(WriteCache<?> cache, ExceptionHandler exceptionHandler)
          Used by the data source to conclude writes to the channel managed by this handler.
protected  void MultiplexedChannelHandler.removeWrite(WriteCache<?> cache, ExceptionHandler exceptionHandler)
          Used by the data source to conclude writes to the channel managed by this handler.
 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.
 DataRecipe DataRecipe.withExceptionHandler(ExceptionHandler handler)
          Creates a new data recipe with the given handler.
 void DataSource.write(WriteBuffer writeBuffer, java.lang.Runnable callback, ExceptionHandler exceptionHandler)
          Writes the contents in the given write buffers to the channels of this data sources.
 

Constructors in org.epics.pvmanager with parameters of type ExceptionHandler
ChannelHandlerReadSubscription(Collector<?> collector, ValueCache<?> cache, ExceptionHandler handler, Collector<java.lang.Boolean> connCollector, ValueCache<java.lang.Boolean> connCache)
           
DataRecipe(ExceptionHandler exceptionHandler)