Uses of Interface
org.ogf.saga.monitoring.Monitorable

Packages that use Monitorable
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. 
 

Uses of Monitorable in org.ogf.saga.job
 

Subinterfaces of Monitorable in org.ogf.saga.job
 interface Job
          Jobs are created by a JobService, using a JobDescription.
 interface JobSelf
          A JobSelf is a Job that represents the current application, and is steerable.
 

Uses of Monitorable in org.ogf.saga.monitoring
 

Subinterfaces of Monitorable in org.ogf.saga.monitoring
 interface AsyncMonitorable<T>
          This interface defines the task versions of the Monitorable interface.
 

Methods in org.ogf.saga.monitoring with parameters of type Monitorable
 boolean Callback.cb(Monitorable mt, Metric metric, Context ctx)
          Asynchronous handler for metric changes.
 

Uses of Monitorable in org.ogf.saga.stream
 

Subinterfaces of Monitorable in org.ogf.saga.stream
 interface Stream
          A client stream object.
 interface StreamServer
          A StreamServer object represents an endpoint for a listening/server object that waits for client connections.
 

Uses of Monitorable in org.ogf.saga.task
 

Subinterfaces of Monitorable in org.ogf.saga.task
 interface Task<T,E>
          Tasks can only be created through asynchronous method calls.
 interface TaskContainer
          Container object for tasks.
 



Copyright © 2014 Open Grid Forum. All rights reserved.