Uses of Package
org.epics.pvmanager

Packages that use org.epics.pvmanager
org.csstudio.utility.pvmanager   
org.epics.pvmanager

pvManager 

org.epics.pvmanager.expression Interfaces for the expressions PVManager can consume. 
org.epics.pvmanager.extra   
org.epics.pvmanager.jca Support for Epics 3 data source. 
org.epics.pvmanager.loc Support for a data source that reads and writes channels that reside in the local memory. 
org.epics.pvmanager.sim Provides a data source implementation for simulated data. 
 

Classes in org.epics.pvmanager used by org.csstudio.utility.pvmanager
DataSource
          A source for data that is going to be processed by the PVManager.
 

Classes in org.epics.pvmanager used by org.epics.pvmanager
ChannelHandler
          Manages the connection for each channel of a data source.
ChannelHandlerReadSubscription
          Groups all the parameters required to add a reader to a ChannelHandler.
ChannelRecipe
           
ChannelWriteCallback
          Called by the ChannelHandler once a write is completed.
Collector
          Collects the data at the CA rate and allows a client to get all values since last check.
DataRecipe
          Represents all the information necessary to connect to a DataSource.
DataRecipeBuilder
          Builder class for DataRecipe.
DataSource
          A source for data that is going to be processed by the PVManager.
DataSourceTypeAdapter
          Matches and fills a cache with the data from connection and message payloads.
ExceptionHandler
          This class receives all the exceptions generated by a PV.
ExpressionLanguage.Filter
          Filters a data stream, removing updates that match the given function.
ExpressionLanguage.OneArgFunction
          A user provided single argument function.
ExpressionLanguage.TwoArgFunction
          A user provided double argument function.
Function
          A basic building block in the PVManager framework that can return a result of a given type.
Notification
          Used by NotificationSupport to communicate whether a new notification is needed, and what should be the type to be notified.
NotificationSupport
          Dedicated notification type support.
PV
          A PV that can be both read and written.
PVConfiguration
          Allows to configure the type of read/write PV to create.
PVReader
          An object representing the PVReader.
PVReaderConfiguration
          An expression used to set the final parameters on how the pv expression should be monitored.
PVReaderListener
          Callback for any change in the PV value.
PVWriter
          An object representing a writable PV.
PVWriterConfiguration
          An expression used to set the final parameters on how the pv expression should be written.
PVWriterListener
          Callback for delivery notification of new value.
TypeSupport
          Implements the mechanism for registering different types so that the library knows how to handle them.
ValueCache
          Represent a building block that can store a particular value
WriteBuffer
          Represents all the values, channel names and ordering information needed for writing
WriteBufferBuilder
          A builder for WriteBuffer.
WriteCache
          Represent part of the write buffer that holds the value for one pv.
WriteFunction
          A basic building block in the PVManager framework that can write an object of a given type.
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.expression
DataRecipe
          Represents all the information necessary to connect to a DataSource.
Function
          A basic building block in the PVManager framework that can return a result of a given type.
WriteBuffer
          Represents all the values, channel names and ordering information needed for writing
WriteFunction
          A basic building block in the PVManager framework that can write an object of a given type.
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.extra
Function
          A basic building block in the PVManager framework that can return a result of a given type.
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.jca
ChannelHandler
          Manages the connection for each channel of a data source.
DataSource
          A source for data that is going to be processed by the PVManager.
DataSourceTypeAdapter
          Matches and fills a cache with the data from connection and message payloads.
DataSourceTypeAdapterSet
          A set of type adapters.
DataSourceTypeSupport
          The type support for a datasource.
ValueCache
          Represent a building block that can store a particular value
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.loc
ChannelHandler
          Manages the connection for each channel of a data source.
DataSource
          A source for data that is going to be processed by the PVManager.
 

Classes in org.epics.pvmanager used by org.epics.pvmanager.sim
ChannelHandler
          Manages the connection for each channel of a data source.
DataSource
          A source for data that is going to be processed by the PVManager.