Rio Project 4.2 API Documentation



Uses of Class
org.rioproject.watch.PeriodicWatch

Packages that use PeriodicWatch
org.rioproject.system.measurable Defines quantitative capabilities of a compute resource 
org.rioproject.system.measurable.cpu Provides classes for measuring CPU utilization
 
org.rioproject.system.measurable.disk Provides classes for measuring Disk space utilization
 
org.rioproject.system.measurable.memory Provides classes for measuring Memory utilization
 
org.rioproject.system.measurable.memory.pool   
org.rioproject.watch Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. 
 

Uses of PeriodicWatch in org.rioproject.system.measurable
 

Subclasses of PeriodicWatch in org.rioproject.system.measurable
 class MeasurableCapability
          A MeasurableCapability refers to a depletion oriented resource or capability on a ComputeResource
 

Uses of PeriodicWatch in org.rioproject.system.measurable.cpu
 

Subclasses of PeriodicWatch in org.rioproject.system.measurable.cpu
 class CPU
          The CPU object is a MeasurableCapability which refers to the platform's capability describing CPU utilization, capacity, and load.
 

Uses of PeriodicWatch in org.rioproject.system.measurable.disk
 

Subclasses of PeriodicWatch in org.rioproject.system.measurable.disk
 class DiskSpace
          The DiskSpace object is a MeasurableCapability which monitors a ComputeResource's DiskSpace utilization
 

Uses of PeriodicWatch in org.rioproject.system.measurable.memory
 

Subclasses of PeriodicWatch in org.rioproject.system.measurable.memory
 class Memory
          The Memory object is a MeasurableCapability that measures the amount of memory available for the JVM
 class SystemMemory
          The SystemMemory object measures the memory utilization for a physical machine
 

Uses of PeriodicWatch in org.rioproject.system.measurable.memory.pool
 

Subclasses of PeriodicWatch in org.rioproject.system.measurable.memory.pool
 class MemoryPool
          The MemoryPool is used to monitor a JMX memory pool.
 

Uses of PeriodicWatch in org.rioproject.watch
 

Subclasses of PeriodicWatch in org.rioproject.watch
 class SamplingWatch
          An implementation of a PeriodicWatch that samples a bean's method
 


Copyright © Rio Project.

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