Rio Project 4.2 API Documentation



Uses of Class
org.rioproject.watch.WatchDescriptor

Packages that use WatchDescriptor
org.rioproject.jsb Provides classes that implement and support the ServiceBean model
 
org.rioproject.sla Provides classes that allow policy handlers to react to SLA threshold conditions
 
org.rioproject.watch Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. 
 

Uses of WatchDescriptor in org.rioproject.jsb
 

Methods in org.rioproject.jsb that return WatchDescriptor
static WatchDescriptor ServiceElementUtil.getWatchDescriptor(ServiceElement sElem, String name)
          Get the WatchDescriptor from an SLA for the given ID
 

Uses of WatchDescriptor in org.rioproject.sla
 

Methods in org.rioproject.sla that return WatchDescriptor
 WatchDescriptor[] SLA.getWatchDescriptors()
          Get the watchDescriptors property
 

Methods in org.rioproject.sla with parameters of type WatchDescriptor
 void SLA.setWatchDescriptors(WatchDescriptor... watchDescs)
          Set the watchDescriptors property
 

Uses of WatchDescriptor in org.rioproject.watch
 

Methods in org.rioproject.watch that return WatchDescriptor
static WatchDescriptor ThreadDeadlockMonitor.getWatchDescriptor()
          Get the default WatchDescriptor for this utility.
 

Methods in org.rioproject.watch with parameters of type WatchDescriptor
protected  Watch WatchInjector.createWatch(WatchDescriptor wDesc, Object bean, Configuration config)
           
protected  Watch WatchInjector.createWatch(WatchDescriptor wDesc, Object bean, Method accessor, Configuration config)
           
 Watch WatchInjector.inject(WatchDescriptor wDesc)
          Add a WatchDescriptor, creating the Watch
 Watch WatchInjector.inject(WatchDescriptor wDesc, Object bean, Method accessor)
          Add a WatchDescriptor, creating the Watch
 void WatchInjector.modify(WatchDescriptor wDesc)
          Modify an injected Watch
 void WatchInjector.remove(WatchDescriptor wDesc)
          Unregister and remove an injected Watch
 


Copyright © Rio Project.

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