|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permissions | |
---|---|
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.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 Permissions in org.ogf.saga.file |
---|
Subinterfaces of Permissions 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. |
Uses of Permissions in org.ogf.saga.job |
---|
Subinterfaces of Permissions 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. |
Uses of Permissions in org.ogf.saga.logicalfile |
---|
Subinterfaces of Permissions 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 Permissions in org.ogf.saga.namespace |
---|
Subinterfaces of Permissions 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 Permissions in org.ogf.saga.rpc |
---|
Subinterfaces of Permissions in org.ogf.saga.rpc | |
---|---|
interface |
RPC
The RPC class represents a remote function handle that can be
called repeatedly. |
Uses of Permissions in org.ogf.saga.stream |
---|
Subinterfaces of Permissions in org.ogf.saga.stream | |
---|---|
interface |
StreamServer
A StreamServer object represents an endpoint for
a listening/server object that waits for client connections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |