Rio Project 4.2 API Documentation



Uses of Class
org.rioproject.watch.ThresholdManager

Packages that use ThresholdManager
org.rioproject.sla Provides classes that allow policy handlers to react to SLA threshold conditions
 
org.rioproject.system.measurable Defines quantitative capabilities of a compute resource 
org.rioproject.watch Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. 
 

Uses of ThresholdManager in org.rioproject.sla
 

Fields in org.rioproject.sla declared as ThresholdManager
protected  ThresholdManager SLAPolicyHandler.thresholdManager
          The ThresholdManager the SLA is for
 

Methods in org.rioproject.sla that return ThresholdManager
 ThresholdManager SLAPolicyHandler.getThresholdManager()
           
 

Methods in org.rioproject.sla with parameters of type ThresholdManager
 void SLAPolicyHandler.setThresholdManager(ThresholdManager thresholdManager)
           
 void ScalingPolicyHandler.setThresholdManager(ThresholdManager thresholdManager)
           
 void RelocationPolicyHandler.setThresholdManager(ThresholdManager thresholdManager)
          Override parent's method to export the object to the RMI runtime
 

Uses of ThresholdManager in org.rioproject.system.measurable
 

Methods in org.rioproject.system.measurable that return types with arguments of type ThresholdManager
protected  Collection<ThresholdManager> MeasurableCapability.getThresholdManagers()
          Get the registered ThresholdManagers
 

Methods in org.rioproject.system.measurable with parameters of type ThresholdManager
 void MeasurableCapability.addSecondaryThresholdManager(ThresholdManager thresholdManager)
          Add a secondary ThresholdManager to the MeasurableCapability.
 void MeasurableCapability.removeSecondaryThresholdManager(ThresholdManager thresholdManager)
          Remove a secondary ThresholdManager from the MeasurableCapability
 

Uses of ThresholdManager in org.rioproject.watch
 

Subclasses of ThresholdManager in org.rioproject.watch
 class BoundedThresholdManager
          The BoundedThresholdManager provides support for threshold handling as follows: A ThresholdNotify.notify method is invoked when the high threshold is breached, and again invoked when the Calculable drops below the high threshold.
 

Methods in org.rioproject.watch that return ThresholdManager
 ThresholdManager ThresholdWatch.getThresholdManager()
          Get the ThresholdManager for the ThresholdWatch
 

Methods in org.rioproject.watch with parameters of type ThresholdManager
 void ThresholdListener.setThresholdManager(ThresholdManager thresholdManager)
          Set the ThresholdManager and connect to the ThresholdManager
 


Copyright © Rio Project.

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