Package 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.

See: Description

Package org.ogf.saga.monitoring Description

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.

Interfaces that extend Async and also should extend Monitorable, should extend AsyncMonitorable instead, as that provides the task versions of the methods in Monitorable as well. Likewise, interfaces that extend Async and also should extend Steerable, should extend AsyncSteerable instead, as that provides the task versions of the methods in Steerable as well.

Copyright © 2016 Open Grid Forum. All rights reserved.