Rio Project 4.2 API Documentation



Uses of Interface
org.rioproject.watch.WatchDataSource

Packages that use WatchDataSource
org.rioproject.cybernode.exec   
org.rioproject.resources.servicecore Provides basic infrastructure support for Jini™ technology service development
 
org.rioproject.system.measurable Defines quantitative capabilities of a compute resource 
org.rioproject.test   
org.rioproject.watch Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. 
 

Uses of WatchDataSource in org.rioproject.cybernode.exec
 

Methods in org.rioproject.cybernode.exec that return WatchDataSource
 WatchDataSource[] ServiceBeanExec.fetch()
           
 WatchDataSource ServiceBeanExec.fetch(String id)
           
 

Uses of WatchDataSource in org.rioproject.resources.servicecore
 

Methods in org.rioproject.resources.servicecore that return WatchDataSource
 WatchDataSource[] ServiceProvider.fetch()
           
 WatchDataSource[] AbstractProxy.fetch()
           
 WatchDataSource ServiceProvider.fetch(String id)
           
 WatchDataSource AbstractProxy.fetch(String id)
           
 

Uses of WatchDataSource in org.rioproject.system.measurable
 

Methods in org.rioproject.system.measurable with parameters of type WatchDataSource
 void MeasurableCapability.setWatchDataSource(WatchDataSource watchDataSource)
          Override parent's setWatchDataSource to set the size
 

Uses of WatchDataSource in org.rioproject.test
 

Methods in org.rioproject.test with parameters of type WatchDataSource
static void Utils.close(WatchDataSource dataSource)
          Calls the close() method on a WatchDataSource proxy, ignoring all exceptions.
 

Uses of WatchDataSource in org.rioproject.watch
 

Classes in org.rioproject.watch that implement WatchDataSource
 class WatchDataSourceImpl
          The WatchDataSourceImpl provides support for the WatchDataSource interface.
 

Fields in org.rioproject.watch declared as WatchDataSource
protected  WatchDataSource Watch.watchDataSource
          The WatchDataSource associated with this Watch.
protected  WatchDataSource DefaultCalculableView.watchDataSource
           
 

Methods in org.rioproject.watch that return WatchDataSource
 WatchDataSource WatchDataSourceImpl.export()
          Export the WatchDataSourceImpl using a configured Exporter, defaulting to BasicJeriExporter
 WatchDataSource[] WatchRegistry.fetch()
          Returns an array of WatchDataSource objects which provide a reference to an implementation of WatchDataSource.
 WatchDataSource[] WatchDataSourceRegistry.fetch()
           
 WatchDataSource[] Watchable.fetch()
          Returns an array of all WatchDataSource instances
 WatchDataSource WatchRegistry.fetch(String id)
          Returns a WatchDataSource that matches the input id, that corresponds to a Watch identifier.
 WatchDataSource WatchDataSourceRegistry.fetch(String id)
           
 WatchDataSource Watchable.fetch(String id)
          Returns an array of WatchDataSource instances that match the input id.
 WatchDataSource WatchDataSourceImpl.getProxy()
          Get the WatchDataSource proxy
 WatchDataSource Accumulator.getSource()
          Getter for property source.
 WatchDataSource Watch.getWatchDataSource()
          Getter for property watchDataSource.
 

Methods in org.rioproject.watch with parameters of type WatchDataSource
 void Accumulator.setSource(WatchDataSource source)
          Setter for property source.
 void Watch.setWatchDataSource(WatchDataSource wds)
          Sets the WatchDataSource for the Watch.
 void DefaultCalculableView.setWatchDataSource(WatchDataSource watchDataSource)
          Sets the watch data source for this view
 void CalculableViewable.setWatchDataSource(WatchDataSource watchDataSource)
          Sets the watch data source for this view
 

Constructors in org.rioproject.watch with parameters of type WatchDataSource
Accumulator(WatchDataSource source)
          Creates new Accumulator
CounterWatch(WatchDataSource watchDataSource, String id)
          Create a new Counter Watch
GaugeWatch(WatchDataSource watchDataSource, String id)
          Create a new GaugeWatch
PeriodicWatch(WatchDataSource watchDataSource, String id)
          Creates new PeriodicWatch
SamplingWatch(WatchDataSource watchDataSource, String id)
           
StopWatch(WatchDataSource watchDataSource, String id)
          Creates new Stop Watch
ThresholdWatch(WatchDataSource watchDataSource, String id)
          Create a new ThresholdWatch
Watch(WatchDataSource watchDataSource, String id)
          Creates new Watch
 


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.