Uses of Class
org.epics.pvmanager.Collector

Packages that use Collector
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 Collector in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return types with arguments of type Collector
 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 Collector
 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 Collector
DataSource.ValueProcessor(Collector collector, ValueCache<V> cache, ExceptionHandler exceptionHandler)
          Creates a value processor using the collector and the value cache given.
 



Copyright © 2011. All Rights Reserved.