Uses of Interface
org.isam.exehda.services.Collector.Monitor

Packages that use Collector.Monitor
org.isam.exehda.services   
org.isam.exehda.services.primos   
org.isam.exehda.services.tips   
 

Uses of Collector.Monitor in org.isam.exehda.services
 

Classes in org.isam.exehda.services that implement Collector.Monitor
static class Collector.AppMonitor
           
 

Methods in org.isam.exehda.services with parameters of type Collector.Monitor
 void Collector.addMonitor(Collector.Monitor m)
          Describe addMonitor method here.
 void Collector.removeMonitor(Collector.Monitor m)
          Describe removeMonitor method here.
 

Uses of Collector.Monitor in org.isam.exehda.services.primos
 

Classes in org.isam.exehda.services.primos that implement Collector.Monitor
 class NativeMonitor
          Primos native monitor implementation.
 

Methods in org.isam.exehda.services.primos that return Collector.Monitor
 Collector.Monitor MetaSensor.getProvider()
          Returns the underlaying monitor who actually provides this sensor.
 

Methods in org.isam.exehda.services.primos with parameters of type Collector.Monitor
 void CollectorImplCell.addMonitor(Collector.Monitor m)
           
 void CollectorImplCell.removeMonitor(Collector.Monitor m)
           
 void CollectorImplNode.addMonitor(Collector.Monitor m)
          Describe addMonitor method here.
 void CollectorImplNode.removeMonitor(Collector.Monitor m)
          Describe removeMonitor method here.
 

Constructors in org.isam.exehda.services.primos with parameters of type Collector.Monitor
MetaSensor(Collector.Sensor pvtSensor, Collector.Monitor provider)
          Creates a new MetaSensor instance for the given private Sensor and monitor.
 

Uses of Collector.Monitor in org.isam.exehda.services.tips
 

Classes in org.isam.exehda.services.tips that implement Collector.Monitor
 class TipsMonitor