Uses of Class
org.epics.pvmanager.ExceptionHandler

Packages that use ExceptionHandler
org.epics.pvmanager

 

org.epics.pvmanager.jca Support for Epics 3 data source. 
 

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.
 

Methods in org.epics.pvmanager with parameters of type ExceptionHandler
protected  void ChannelHandler.addMonitor(Collector<?> collector, ValueCache<?> cache, ExceptionHandler handler)
          Used by the data source to add a read request on the channel managed by this handler.
protected  void ChannelHandler.addWriter(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.
protected abstract  void ChannelHandler.connect(ExceptionHandler handler)
          Used by the handler to open the connection.
protected abstract  void ChannelHandler.disconnect(ExceptionHandler handler)
          Used by the handler to close the connection.
 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  void ChannelHandler.removeWrite(ExceptionHandler exceptionHandler)
          Used by the data source to conclude writes to the channel managed by this 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.
 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, Runnable callback, ExceptionHandler exceptionHandler)
          Writes the contents in the given write buffers to the channels of this data sources.
 

Uses of ExceptionHandler in org.epics.pvmanager.jca
 

Methods in org.epics.pvmanager.jca with parameters of type ExceptionHandler
 void JCAChannelHandler.addMonitor(Collector<?> collector, ValueCache<?> cache, ExceptionHandler handler)
           
 void JCAChannelHandler.connect(ExceptionHandler handler)
           
 void JCAChannelHandler.disconnect(ExceptionHandler handler)
           
 



Copyright © 2011. All Rights Reserved.