Uses of Class
org.epics.pvmanager.ValueCache

Packages that use ValueCache
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
org.epics.pvmanager.sim Provides a data source implementation for simulated data. 
 

Uses of ValueCache in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return types with arguments of type ValueCache
 java.util.Map<Collector,java.util.Map<java.lang.String,ValueCache>> DataRecipe.getChannelsPerCollectors()
          Returns all channels that need to be connected, organized by the collector that needs them.
 

Methods in org.epics.pvmanager with parameters of type ValueCache
abstract  boolean DataSource.ValueProcessor.updateCache(P payload, ValueCache<V> cache)
          Implements the update of the cache given the protocol specific payload.
 

Method parameters in org.epics.pvmanager with type arguments of type ValueCache
 DataRecipe DataRecipe.includeCollector(Collector collector, java.util.Map<java.lang.String,ValueCache> caches)
          Creates a new recipe by adding the new collector and the new caches.
 

Constructors in org.epics.pvmanager with parameters of type ValueCache
DataSource.ValueProcessor(Collector collector, ValueCache<V> cache)
          Creates a value processor using the collector and the value cache given.
 

Uses of ValueCache in org.epics.pvmanager.sim
 

Methods in org.epics.pvmanager.sim with parameters of type ValueCache
 void SimFunction.initialize(Collector collector, ValueCache<T> cache)
          Initialize timer task.
 

Constructors in org.epics.pvmanager.sim with parameters of type ValueCache
SimulationDataSource.ValueProcessor(Collector collector, ValueCache<E> cache)
           
 



Copyright © 2010. All Rights Reserved.