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

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

Uses of Callback in org.ogf.saga.monitoring
 

Methods in org.ogf.saga.monitoring with parameters of type Callback
 int Metric.addCallback(Callback cb)
          Adds the specified callback to the metric.
 int Monitorable.addCallback(String name, Callback cb)
          Adds a callback to the specified metric.
 Task<T,Integer> AsyncMonitorable.addCallback(TaskMode mode, String name, Callback cb)
          Creates a task that adds a callback to the specified metric.
 



Copyright © 2014 Open Grid Forum. All rights reserved.