Uses of Package
org.ogf.saga.monitoring

Packages that use org.ogf.saga.monitoring
org.ogf.saga.bootstrap This package contains the bootstrap mechanism which connects a SAGA application, written on top of the SAGA Java language bindings, to a specific SAGA implementation. 
org.ogf.saga.job The job package describes the API for submitting jobs to a grid resource. 
org.ogf.saga.monitoring The monitoring package defines the Monitorable interface, which must be implemented by monitorable SAGA objects, and also defines the Steerable interface, which extends the monitoring mechanism with the ability to push values back to the monitored entity. 
org.ogf.saga.stream The streams package provides a simple mechanism for setting up connections to remote components. 
org.ogf.saga.task This package provides classes and methods for manipulating tasks and collections of tasks. 
 

Classes in org.ogf.saga.monitoring used by org.ogf.saga.bootstrap
MonitoringFactory
          Factory for objects in the monitoring package.
 

Classes in org.ogf.saga.monitoring used by org.ogf.saga.job
AsyncSteerable
          This interface specifies the Async versions of the methods in Steerable.
Monitorable
          The Monitorable interface is implemented by SAGA objects that can be monitored (have one or more associated metrics).
Steerable
          The Steerable interface is implemented by SAGA objects that can be steered (have writable metrics and/or allow to add new metrics).
 

Classes in org.ogf.saga.monitoring used by org.ogf.saga.monitoring
Callback
          Asynchronous handler for metric changes.
Metric
          Metrics represent monitorable entities.
Monitorable
          The Monitorable interface is implemented by SAGA objects that can be monitored (have one or more associated metrics).
Steerable
          The Steerable interface is implemented by SAGA objects that can be steered (have writable metrics and/or allow to add new metrics).
 

Classes in org.ogf.saga.monitoring used by org.ogf.saga.stream
AsyncMonitorable
          This interface defines the task versions of the Monitorable interface.
Monitorable
          The Monitorable interface is implemented by SAGA objects that can be monitored (have one or more associated metrics).
 

Classes in org.ogf.saga.monitoring used by org.ogf.saga.task
Monitorable
          The Monitorable interface is implemented by SAGA objects that can be monitored (have one or more associated metrics).
 



Copyright © 2014 Open Grid Forum. All rights reserved.