Uses of Interface
org.ogf.saga.SagaObject

Packages that use SagaObject
org.ogf.saga.buffer This package provides the Buffer interface. 
org.ogf.saga.context This package contains the Context interface, which provides a common interface for storing security information. 
org.ogf.saga.error Each SAGA API call has an associated list of exceptions it may throw, which are described in this package. 
org.ogf.saga.file This package provides classes to manipulate the contents of directories or files. 
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.namespace This package provides classes to manipulate namespaces. 
org.ogf.saga.rpc The methods of the SAGA RPC package map with the methods as defined in the GridRPC specification, as described in GFD.52, at least semantically, with slight modifications for SAGA look and feel, SAGA error conventions, SAGA task model, et cetera. 
org.ogf.saga.sd This API provides a mechanism to locate services. 
org.ogf.saga.session This package contains the Session interface, which provides a common interface for managing security information (by storing Context objects). 
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. 
org.ogf.saga.url The methods of the SAGA URL package allow access to the parts of an URL. 
 

Uses of SagaObject in org.ogf.saga.buffer
 

Subinterfaces of SagaObject in org.ogf.saga.buffer
 interface Buffer
          Encapsulates a sequence of bytes to be used for I/O operations.
 

Uses of SagaObject in org.ogf.saga.context
 

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

Uses of SagaObject in org.ogf.saga.error
 

Methods in org.ogf.saga.error that return SagaObject
 SagaObject SagaException.getObject()
          Returns the SAGA object associated with this exception.
 

Constructors in org.ogf.saga.error with parameters of type SagaObject
AlreadyExistsException(String message, SagaObject object)
          Constructs an AlreadyExists exception with the specified detail message and associated SAGA object.
AlreadyExistsException(String detail, Throwable cause, SagaObject object)
          Constructs a new AlreadyExistsException with the specified detail message, specified cause and associated SAGA object.
AlreadyExistsException(Throwable cause, SagaObject object)
          Constructs a new AlreadyExistsException with the specified cause and associated SAGA object.
AuthenticationFailedException(String message, SagaObject object)
          Constructs an AuthenticationFailed exception with the specified detail message and associated SAGA object.
AuthenticationFailedException(String detail, Throwable cause, SagaObject object)
          Constructs a new AuthenticationFailedException with the specified detail message, specified cause and associated SAGA object.
AuthenticationFailedException(Throwable cause, SagaObject object)
          Constructs a new AuthenticationFailedException with the specified cause and associated SAGA object.
AuthorizationFailedException(String message, SagaObject object)
          Constructs an AuthorizationFailed exception with the specified detail message and associated SAGA object.
AuthorizationFailedException(String detail, Throwable cause, SagaObject object)
          Constructs a new AuthorizationFailedException with the specified detail message, specified cause and associated SAGA object.
AuthorizationFailedException(Throwable cause, SagaObject object)
          Constructs a new AuthorizationFailedException with the specified cause and associated SAGA object.
BadParameterException(String message, SagaObject object)
          Constructs a BadParameter exception with the specified detail message and associated SAGA object.
BadParameterException(String detail, Throwable cause, SagaObject object)
          Constructs a new BadParameterExceptio with the specified detail message, specified cause and associated SAGA object.
BadParameterException(Throwable cause, SagaObject object)
          Constructs a new BadParameterException with the specified cause and associated SAGA object.
DoesNotExistException(String message, SagaObject object)
          Constructs a DoesNotExist exception with the specified detail message and associated SAGA object.
DoesNotExistException(String detail, Throwable cause, SagaObject object)
          Constructs a new DoesNotExistException with the specified detail message, specified cause and associated SAGA object.
DoesNotExistException(Throwable cause, SagaObject object)
          Constructs a new DoesNotExistException with the specified cause and associated SAGA object.
IncorrectStateException(String message, SagaObject object)
          Constructs an IncorrectState exception with the specified detail message and associated SAGA object.
IncorrectStateException(String detail, Throwable cause, SagaObject object)
          Constructs a new IncorrectStateException with the specified detail message, specified cause and associated SAGA object.
IncorrectStateException(Throwable cause, SagaObject object)
          Constructs a new IncorrectStateException with the specified cause and associated SAGA object.
IncorrectURLException(String message, SagaObject object)
          Constructs an IncorrectURL exception with the specified detail message and associated SAGA object.
IncorrectURLException(String detail, Throwable cause, SagaObject object)
          Constructs a new IncorrectURLException with the specified detail message, specified cause and associated SAGA object.
IncorrectURLException(Throwable cause, SagaObject object)
          Constructs a new IncorrectURLException with the specified cause and associated SAGA object.
NoSuccessException(String message, SagaObject object)
          Constructs a NoSuccess exception with the specified detail message and associated SAGA object.
NoSuccessException(String detail, Throwable cause, SagaObject object)
          Constructs a new NoSuccessException with the specified detail message, specified cause and associated SAGA object.
NoSuccessException(Throwable cause, SagaObject object)
          Constructs a new NoSuccessException with the specified cause and associated SAGA object.
NotImplementedException(String message, SagaObject object)
          Constructs a NotImplemented exception with the specified detail message and associated SAGA object
NotImplementedException(String detail, Throwable cause, SagaObject object)
          Constructs a new NotImplementedException with the specified detail message, specified cause and associated SAGA object.
NotImplementedException(Throwable cause, SagaObject object)
          Constructs a new NotImplementedException with the specified cause and associated SAGA object.
PermissionDeniedException(String message, SagaObject object)
          Constructs a PermissionDenied exception with the specified detail message and associated SAGA object.
PermissionDeniedException(String detail, Throwable cause, SagaObject object)
          Constructs a new PermissionDeniedException with the specified detail message, specified cause and associated SAGA object.
PermissionDeniedException(Throwable cause, SagaObject object)
          Constructs a new PermissionDeniedException with the specified cause and associated SAGA object.
SagaException(int order, String message, SagaObject object)
          Constructs a new SAGA exception with the specified detail message and associated SAGA object.
SagaException(int order, String detail, Throwable cause, SagaObject object)
          Constructs a new SAGA exception with the specified detail message, specified cause and associated SAGA object.
SagaException(int order, Throwable cause, SagaObject object)
          Constructs a new SAGA exception with the specified cause and associated SAGA object.
SagaIOException(String message, SagaObject object)
          Constructs an SagaIO exception with the specified detail message and associated SAGA object.
SagaIOException(String message, Throwable cause, int code, SagaObject object)
          Constructs an SagaIO exception with the specified detail message.
SagaIOException(String detail, Throwable cause, SagaObject object)
          Constructs a new SagaIOException with the specified detail message, specified cause and associated SAGA object.
SagaIOException(Throwable cause, SagaObject object)
          Constructs a new SagaIOException with the specified cause and associated SAGA object.
TimeoutException(String message, SagaObject object)
          Constructs a Timeout exception with the specified detail message and associated SAGA object.
TimeoutException(String detail, Throwable cause, SagaObject object)
          Constructs a new TimeoutException with the specified detail message, specified cause and associated SAGA object.
TimeoutException(Throwable cause, SagaObject object)
          Constructs a new TimeoutException with the specified cause and associated SAGA object.
 

Uses of SagaObject in org.ogf.saga.file
 

Subinterfaces of SagaObject in org.ogf.saga.file
 interface Directory
          A Directory instance represents an open directory.
 interface File
          The File interface represents an open file descriptor for reads/writes on a physical file.
 interface IOVec
          Extends the Buffer interface with lenIn, lenOut, and offset attributes.
 

Classes in org.ogf.saga.file that implement SagaObject
 class FileInputStream
          Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
 class FileOutputStream
          Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
 

Uses of SagaObject in org.ogf.saga.isn
 

Subinterfaces of SagaObject in org.ogf.saga.isn
 interface EntityData
          Provides read access to the data of an entity.
 interface EntityDataSet
           Provides the means to navigate around the information model for a selected entity and gives access to the EntityData objects.
 

Uses of SagaObject in org.ogf.saga.job
 

Subinterfaces of SagaObject 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.
 interface JobService
          A JobService represents a resource management back-end.
 

Uses of SagaObject in org.ogf.saga.logicalfile
 

Subinterfaces of SagaObject 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 SagaObject in org.ogf.saga.monitoring
 

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

Uses of SagaObject in org.ogf.saga.namespace
 

Subinterfaces of SagaObject in org.ogf.saga.namespace
 interface NSDirectory
          Represents a namespace entry that is a directory, and defines additional methods for them.
 interface NSEntry
          Defines methods that allow inspection and management of the entry.
 

Uses of SagaObject in org.ogf.saga.rpc
 

Subinterfaces of SagaObject in org.ogf.saga.rpc
 interface Parameter
          Parameters for RPC calls.
 interface RPC
          The RPC class represents a remote function handle that can be called repeatedly.
 

Uses of SagaObject in org.ogf.saga.sd
 

Subinterfaces of SagaObject in org.ogf.saga.sd
 interface Discoverer
           Provides the entry point for service discovery.
 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 SagaObject in org.ogf.saga.session
 

Subinterfaces of SagaObject in org.ogf.saga.session
 interface Session
          A session isolates independent sets of SAGA objects from each other, and supports management of security contexts.
 

Uses of SagaObject in org.ogf.saga.stream
 

Subinterfaces of SagaObject 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.
 

Classes in org.ogf.saga.stream that implement SagaObject
 class StreamInputStream
          Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
 class StreamOutputStream
          Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
 

Uses of SagaObject in org.ogf.saga.task
 

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

Uses of SagaObject in org.ogf.saga.url
 

Subinterfaces of SagaObject in org.ogf.saga.url
 interface URL
          The URL interface provides methods to access or set the individual parts of an URL, and to convert strings to URLs and vice versa.
 



Copyright © 2014 Open Grid Forum. All rights reserved.