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. 
 

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, ExceptionHandler exceptionHandler)
          Creates a value processor using the collector and the value cache given.
 



Copyright © 2010. All Rights Reserved.