Uses of Interface
org.ogf.saga.attributes.Attributes

Packages that use Attributes
org.ogf.saga.attributes There are various places in the SAGA API where attributes need to be associated with objects, for instance for job descriptions and metrics. 
org.ogf.saga.context This package contains the Context interface, which provides a common interface for storing security information. 
org.ogf.saga.isn Provides interfaces to retrieve data from an information model. 
org.ogf.saga.job The job package describes the API for submitting jobs to a grid resource. 
org.ogf.saga.logicalfile This package provides classes to interact with replica systems. 
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.sd This API provides a mechanism to locate services. 
org.ogf.saga.stream The streams package provides a simple mechanism for setting up connections to remote components. 
 

Uses of Attributes in org.ogf.saga.attributes
 

Subinterfaces of Attributes in org.ogf.saga.attributes
 interface AsyncAttributes<T>
          Task versions of all methods from the Attributes interface.
 

Uses of Attributes in org.ogf.saga.context
 

Subinterfaces of Attributes in org.ogf.saga.context
 interface Context
          A Context provides the functionality of a security information container.
 

Uses of Attributes in org.ogf.saga.isn
 

Subinterfaces of Attributes in org.ogf.saga.isn
 interface EntityData
          Provides read access to the data of an entity.
 

Uses of Attributes in org.ogf.saga.job
 

Subinterfaces of Attributes in org.ogf.saga.job
 interface Job
          Jobs are created by a JobService, using a JobDescription.
 interface JobDescription
          The contents of a job description is defined by its attributes.
 interface JobSelf
          A JobSelf is a Job that represents the current application, and is steerable.
 

Uses of Attributes in org.ogf.saga.logicalfile
 

Subinterfaces of Attributes in org.ogf.saga.logicalfile
 interface LogicalDirectory
          This interface represents a container for logical files in a logical file name space.
 interface LogicalFile
          A LogicalFile provides the means to handle the contents of logical files.
 

Uses of Attributes in org.ogf.saga.monitoring
 

Subinterfaces of Attributes in org.ogf.saga.monitoring
 interface Metric
          Metrics represent monitorable entities.
 

Uses of Attributes in org.ogf.saga.sd
 

Subinterfaces of Attributes in org.ogf.saga.sd
 interface ServiceData
          Read access to the key/value pairs of a ServiceDescription instance.
 interface ServiceDescription
           Read access to the top level data of the service and a means to navigate to related services.
 

Uses of Attributes in org.ogf.saga.stream
 

Subinterfaces of Attributes in org.ogf.saga.stream
 interface Stream
          A client stream object.
 



Copyright © 2014 Open Grid Forum. All rights reserved.