|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Async | |
---|---|
org.ogf.saga.file | This package provides classes to manipulate the contents of directories or files. |
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.namespace | This package provides classes to manipulate namespaces. |
org.ogf.saga.permissions |
The permissions package provides the interface
Permissions
to query and set
permissions on Saga objects, such as files or streams. |
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.stream | The streams package provides a simple mechanism for setting up connections to remote components. |
Uses of Async in org.ogf.saga.file |
---|
Subinterfaces of Async 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. |
Classes in org.ogf.saga.file that implement Async | |
---|---|
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 Async in org.ogf.saga.job |
---|
Subinterfaces of Async 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. |
interface |
JobService
A JobService represents a resource management back-end. |
Uses of Async in org.ogf.saga.logicalfile |
---|
Subinterfaces of Async 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 Async in org.ogf.saga.namespace |
---|
Subinterfaces of Async 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 Async in org.ogf.saga.permissions |
---|
Subinterfaces of Async in org.ogf.saga.permissions | |
---|---|
interface |
Permissions<T>
This interface describes methods to query and set permissions. |
Uses of Async in org.ogf.saga.rpc |
---|
Subinterfaces of Async in org.ogf.saga.rpc | |
---|---|
interface |
RPC
The RPC class represents a remote function handle that can be
called repeatedly. |
Uses of Async in org.ogf.saga.stream |
---|
Subinterfaces of Async 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 Async | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |