A B C D E F G H I J L M N O P Q R S T U V W 

A

ACCESS - Static variable in interface org.ogf.saga.resource.description.ComputeDescription
Attribute name: FDHN or IP
ACCESS - Static variable in interface org.ogf.saga.resource.description.NetworkDescription
Attribute name: network device
ACCESS - Static variable in interface org.ogf.saga.resource.description.StorageDescription
Attribute name: mount point or provisioning URL
ACCESS - Static variable in interface org.ogf.saga.resource.instance.Resource
Attribute name: list of access URLs
acquireCompute(ComputeDescription) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Acquire compute resource matching from requirements
acquireCompute(String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Return resource handle for some known compute resource.
acquireCompute(TaskMode, ComputeDescription) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that acquires compute resource matching from requirements.
acquireCompute(TaskMode, String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that returns resource handle for some known compute resource.
acquireNetwork(NetworkDescription) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Acquire network resource matching from requirements
acquireNetwork(String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Return resource handle for some known network resource.
acquireNetwork(TaskMode, NetworkDescription) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that acquires network resource matching from requirements.
acquireNetwork(TaskMode, String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that returns resource handle for some known network resource.
acquireStorage(StorageDescription) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Acquire storage resource matching from requirements
acquireStorage(String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Return resource handle for some known storage resource.
acquireStorage(TaskMode, StorageDescription) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that acquires storage resource matching from requirements.
acquireStorage(TaskMode, String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that returns resource handle for some known storage resource.
Activity - Enum in org.ogf.saga.stream
Flags for activities of a stream.
add(Task<?, ?>) - Method in interface org.ogf.saga.task.TaskContainer
Adds a task to the task container.
addCallback(TaskMode, String, Callback) - Method in interface org.ogf.saga.monitoring.AsyncMonitorable
Creates a task that adds a callback to the specified metric.
addCallback(Callback) - Method in interface org.ogf.saga.monitoring.Metric
Adds the specified callback to the metric.
addCallback(String, Callback) - Method in interface org.ogf.saga.monitoring.Monitorable
Adds a callback to the specified metric.
addContext(Context) - Method in interface org.ogf.saga.session.Session
Attaches a deep copy of the specified security context to the session.
addLocation(URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Adds a replica location to the replica set.
addLocation(TaskMode, URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Creates a task that adds a replica location to the replica set.
addMetric(TaskMode, Metric) - Method in interface org.ogf.saga.monitoring.AsyncSteerable
Creates a task that adds a metric instance to the application instance.
addMetric(Metric) - Method in interface org.ogf.saga.monitoring.Steerable
Adds a metric instance to the application instance.
addNestedException(SagaException) - Method in exception org.ogf.saga.error.SagaException
Adds an exception to the list of nested exceptions.
ALREADY_EXISTS - Static variable in exception org.ogf.saga.error.SagaException
 
AlreadyExistsException - Exception in org.ogf.saga.error
This exception indicate that an operation cannot succeed because the entity to be created or registered already exists or is already registered.
AlreadyExistsException() - Constructor for exception org.ogf.saga.error.AlreadyExistsException
Constructs an AlreadyExists exception.
AlreadyExistsException(String) - Constructor for exception org.ogf.saga.error.AlreadyExistsException
Constructs an AlreadyExists exception with the specified detail message.
AlreadyExistsException(Throwable) - Constructor for exception org.ogf.saga.error.AlreadyExistsException
Constructs an AlreadyExists exception with the specified cause.
AlreadyExistsException(String, Throwable) - Constructor for exception org.ogf.saga.error.AlreadyExistsException
Constructs an AlreadyExists exception with the specified detail message and cause.
AlreadyExistsException(String, SagaObject) - Constructor for exception org.ogf.saga.error.AlreadyExistsException
Constructs an AlreadyExists exception with the specified detail message and associated SAGA object.
AlreadyExistsException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.AlreadyExistsException
Constructs a new AlreadyExistsException with the specified cause and associated SAGA object.
AlreadyExistsException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.AlreadyExistsException
Constructs a new AlreadyExistsException with the specified detail message, specified cause and associated SAGA object.
ARGUMENTS - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, positional parameters for the command.
Async - Interface in org.ogf.saga.task
This interface is empty on purpose, and is used only for tagging of SAGA classes which implement the SAGA task model.
AsyncAttributes<T> - Interface in org.ogf.saga.attributes
Task versions of all methods from the Attributes interface.
AsyncMonitorable<T> - Interface in org.ogf.saga.monitoring
This interface defines the task versions of the Monitorable interface.
AsyncSteerable<T> - Interface in org.ogf.saga.monitoring
This interface specifies the Async versions of the methods in Steerable.
Attributes - Interface in org.ogf.saga.attributes
Provides a uniform paradigm to set and query parameters and properties of SAGA objects.
AUTHENTICATION_FAILED - Static variable in exception org.ogf.saga.error.SagaException
 
AuthenticationFailedException - Exception in org.ogf.saga.error
This exception indicates that a method fails because none of the available session contexts could succesfully be used for authentication.
AuthenticationFailedException() - Constructor for exception org.ogf.saga.error.AuthenticationFailedException
Constructs an AuthenticationFailed exception.
AuthenticationFailedException(String) - Constructor for exception org.ogf.saga.error.AuthenticationFailedException
Constructs an AuthenticationFailed exception with the specified detail message.
AuthenticationFailedException(Throwable) - Constructor for exception org.ogf.saga.error.AuthenticationFailedException
Constructs an AuthenticationFailed exception with the specified cause.
AuthenticationFailedException(String, Throwable) - Constructor for exception org.ogf.saga.error.AuthenticationFailedException
Constructs an AuthenticationFailed exception with the specified detail message and cause.
AuthenticationFailedException(String, SagaObject) - Constructor for exception org.ogf.saga.error.AuthenticationFailedException
Constructs an AuthenticationFailed exception with the specified detail message and associated SAGA object.
AuthenticationFailedException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.AuthenticationFailedException
Constructs a new AuthenticationFailedException with the specified cause and associated SAGA object.
AuthenticationFailedException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.AuthenticationFailedException
Constructs a new AuthenticationFailedException with the specified detail message, specified cause and associated SAGA object.
AUTHORIZATION_FAILED - Static variable in exception org.ogf.saga.error.SagaException
 
AuthorizationFailedException - Exception in org.ogf.saga.error
This exception indicates that a method fails because none of the available session contexts could succesfully be used for authorization.
AuthorizationFailedException() - Constructor for exception org.ogf.saga.error.AuthorizationFailedException
Constructs an AuthorizationFailed exception.
AuthorizationFailedException(String) - Constructor for exception org.ogf.saga.error.AuthorizationFailedException
Constructs an AuthorizationFailed exception with the specified detail message.
AuthorizationFailedException(Throwable) - Constructor for exception org.ogf.saga.error.AuthorizationFailedException
Constructs an AuthorizationFailed exception with the specified cause.
AuthorizationFailedException(String, Throwable) - Constructor for exception org.ogf.saga.error.AuthorizationFailedException
Constructs an AuthorizationFailed exception with the specified detail message and cause.
AuthorizationFailedException(String, SagaObject) - Constructor for exception org.ogf.saga.error.AuthorizationFailedException
Constructs an AuthorizationFailed exception with the specified detail message and associated SAGA object.
AuthorizationFailedException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.AuthorizationFailedException
Constructs a new AuthorizationFailedException with the specified cause and associated SAGA object.
AuthorizationFailedException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.AuthorizationFailedException
Constructs a new AuthorizationFailedException with the specified detail message, specified cause and associated SAGA object.
available(TaskMode) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that determines how many bytes are available from this stream.
available(TaskMode) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that determines how many bytes are available from this stream.

B

BAD_PARAMETER - Static variable in exception org.ogf.saga.error.SagaException
 
BadParameterException - Exception in org.ogf.saga.error
This exception indicates that one or more of the parameters of an operation are ill-formed, invalid, out of bound, or otherwise not usable.
BadParameterException() - Constructor for exception org.ogf.saga.error.BadParameterException
Constructs a BadParameter exception.
BadParameterException(String) - Constructor for exception org.ogf.saga.error.BadParameterException
Constructs a BadParameter exception with the specified detail message.
BadParameterException(Throwable) - Constructor for exception org.ogf.saga.error.BadParameterException
Constructs a BadParameter exception with the specified cause.
BadParameterException(String, Throwable) - Constructor for exception org.ogf.saga.error.BadParameterException
Constructs a BadParameter exception with the specified detail message and cause.
BadParameterException(String, SagaObject) - Constructor for exception org.ogf.saga.error.BadParameterException
Constructs a BadParameter exception with the specified detail message and associated SAGA object.
BadParameterException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.BadParameterException
Constructs a new BadParameterException with the specified cause and associated SAGA object.
BadParameterException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.BadParameterException
Constructs a new BadParameterExceptio with the specified detail message, specified cause and associated SAGA object.
BLOCKING - Static variable in interface org.ogf.saga.stream.Stream
Attribute name, determines if read/writes are blocking or not.
BOOL - Static variable in interface org.ogf.saga.attributes.Attributes
Values of Bool type attributes are expressed as 'True' or 'False', as defined below.
Buffer - Interface in org.ogf.saga.buffer
Encapsulates a sequence of bytes to be used for I/O operations.
BufferFactory - Class in org.ogf.saga.buffer
Factory for creating buffers.
BufferFactory() - Constructor for class org.ogf.saga.buffer.BufferFactory
 
BUFSIZE - Static variable in interface org.ogf.saga.stream.Stream
Attribute name, determines size of send buffer.

C

call(Parameter...) - Method in interface org.ogf.saga.rpc.RPC
Calls the remote procedure.
call(TaskMode, Parameter...) - Method in interface org.ogf.saga.rpc.RPC
Creates a task for calling the remote procedure.
Callback - Interface in org.ogf.saga.monitoring
Asynchronous handler for metric changes.
cancel() - Method in interface org.ogf.saga.task.Task
Cancels the asynchronous operation.
cancel(float) - Method in interface org.ogf.saga.task.Task
Cancels the asynchronous operation.
cancel() - Method in interface org.ogf.saga.task.TaskContainer
Cancels all the asynchronous operations in the container.
cancel(float) - Method in interface org.ogf.saga.task.TaskContainer
Cancels all the asynchronous operations in the container.
CANDIDATEHOSTS - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, list of host names which are to be considered by the resource manager as candidate targets.
CAPABILITIES - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, identifiable aspects of functionality.
cb(Monitorable, Metric, Context) - Method in interface org.ogf.saga.monitoring.Callback
Asynchronous handler for metric changes.
CERTREPOSITORY - Static variable in interface org.ogf.saga.context.Context
Attribute name: Location of certificates and CA signatures.
changeDir(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Changes the working directory.
changeDir(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that changes the working directory.
checkpoint() - Method in interface org.ogf.saga.job.Job
Asks the resource manager to initiate a checkpoint operation on a running job.
checkpoint(TaskMode) - Method in interface org.ogf.saga.job.Job
Creates a task that asks the resource manager to initiate a checkpoint operation on a running job.
CLEANUP - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, defines whether output files get removed after the job finishes.
clone() - Method in class org.ogf.saga.file.FileInputStream
Clone is mentioned here because the inherited Object.clone() cannot hide the public version in SagaObject.clone().
clone() - Method in class org.ogf.saga.file.FileOutputStream
Clone is mentioned here because the inherited Object.clone() cannot hide the public version in SagaObject.clone().
clone() - Method in interface org.ogf.saga.SagaObject
Copies the Saga object.
clone() - Method in class org.ogf.saga.stream.StreamInputStream
Clone is mentioned here because the inherited Object.clone() cannot hide the public version in SagaObject.clone().
clone() - Method in class org.ogf.saga.stream.StreamOutputStream
Clone is mentioned here because the inherited Object.clone() cannot hide the public version in SagaObject.clone().
close() - Method in interface org.ogf.saga.buffer.Buffer
Non-blocking close of the buffer object.
close(float) - Method in interface org.ogf.saga.buffer.Buffer
Closes the buffer object.
close(TaskMode) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that closes this stream.
close(TaskMode) - Method in class org.ogf.saga.file.FileOutputStream
Creates a task that closes this stream.
close() - Method in interface org.ogf.saga.namespace.NSEntry
Closes this entry.
close(float) - Method in interface org.ogf.saga.namespace.NSEntry
Closes this entry.
close(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that closes this entry.
close(TaskMode, float) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that closes this entry.
close() - Method in interface org.ogf.saga.rpc.RPC
Non-blocking close of the RPC handle instance.
close(float) - Method in interface org.ogf.saga.rpc.RPC
Closes the RPC handle instance.
close(TaskMode) - Method in interface org.ogf.saga.rpc.RPC
Creates a task for closing the RPC handle instance.
close(TaskMode, float) - Method in interface org.ogf.saga.rpc.RPC
Creates a task for closing the RPC handle instance.
close() - Method in interface org.ogf.saga.session.Session
Closes a SAGA session.
close(float) - Method in interface org.ogf.saga.session.Session
Closes a SAGA session.
close() - Method in interface org.ogf.saga.stream.Stream
Closes an active connection.
close(float) - Method in interface org.ogf.saga.stream.Stream
Closes an active connection.
close(TaskMode) - Method in interface org.ogf.saga.stream.Stream
Returns a task that closes an active connection.
close(TaskMode, float) - Method in interface org.ogf.saga.stream.Stream
Returns a task that closes an active connection.
close(TaskMode) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that closes this stream.
close(TaskMode) - Method in class org.ogf.saga.stream.StreamOutputStream
Creates a task that closes this stream.
close() - Method in interface org.ogf.saga.stream.StreamServer
Closes a stream server.
close(float) - Method in interface org.ogf.saga.stream.StreamServer
Closes a stream server.
close(TaskMode) - Method in interface org.ogf.saga.stream.StreamServer
Obtains a task that closes a stream server.
close(TaskMode, float) - Method in interface org.ogf.saga.stream.StreamServer
Obtains a task that closes a stream server.
compareTo(SagaException) - Method in exception org.ogf.saga.error.SagaException
Gives preference to the most specific exception.
COMPRESSION - Static variable in interface org.ogf.saga.stream.Stream
Attribute name, determines if data are compressed before/after transfer.
Compute - Interface in org.ogf.saga.resource.instance
 
ComputeDescription - Interface in org.ogf.saga.resource.description
 
connect() - Method in interface org.ogf.saga.stream.Stream
Establishes a connection to the target defined during the construction of the stream.
connect(float) - Method in interface org.ogf.saga.stream.Stream
Establishes a connection to the target defined during the construction of the stream.
connect(TaskMode) - Method in interface org.ogf.saga.stream.Stream
Returns a task that establishes a connection to the target defined during the construction of the stream.
connect(TaskMode, float) - Method in interface org.ogf.saga.stream.Stream
Returns a task that establishes a connection to the target defined during the construction of the stream.
connect() - Method in interface org.ogf.saga.stream.StreamServer
Establishes a connection to the stream server.
connect(float) - Method in interface org.ogf.saga.stream.StreamServer
Establishes a connection to the stream server.
connect(TaskMode) - Method in interface org.ogf.saga.stream.StreamServer
Returns a task that establishes a connection to the stream server.
connect(TaskMode, float) - Method in interface org.ogf.saga.stream.StreamServer
Returns a task that establishes a connection to the stream server.
Context - Interface in org.ogf.saga.context
A Context provides the functionality of a security information container.
ContextFactory - Class in org.ogf.saga.context
Factory for objects in the saga.context package.
ContextFactory() - Constructor for class org.ogf.saga.context.ContextFactory
 
copy(URL, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Copies the source entry to another part of the namespace.
copy(URL, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Copies the source entry to another part of the namespace.
copy(String, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Copies the source entry to another part of the namespace.
copy(String, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Copies the source entry to another part of the namespace.
copy(TaskMode, URL, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that copies source the entry to another part of the namespace.
copy(TaskMode, URL, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that copies source the entry to another part of the namespace.
copy(TaskMode, String, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that copies the source entry to another part of the namespace.
copy(TaskMode, String, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that copies the source entry to another part of the namespace.
copy(URL, int) - Method in interface org.ogf.saga.namespace.NSEntry
Copies this entry to another part of the namespace.
copy(URL) - Method in interface org.ogf.saga.namespace.NSEntry
Copies this entry to another part of the namespace.
copy(TaskMode, URL, int) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that copies this entry to another part of the namespace.
copy(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that copies this entry to another part of the namespace.
CPUARCHITECTURE - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, compatible processor for job submission.
createBuffer(byte[]) - Static method in class org.ogf.saga.buffer.BufferFactory
Creates a (application-allocated) buffer.
createBuffer(String, byte[]) - Static method in class org.ogf.saga.buffer.BufferFactory
Creates a (application-allocated) buffer.
createBuffer(int) - Static method in class org.ogf.saga.buffer.BufferFactory
Creates a (implementation-managed) buffer of the specified size.
createBuffer(String, int) - Static method in class org.ogf.saga.buffer.BufferFactory
Creates a (implementation-managed) buffer of the specified size.
createBuffer() - Static method in class org.ogf.saga.buffer.BufferFactory
Creates a (implementation-managed) buffer.
createBuffer(String) - Static method in class org.ogf.saga.buffer.BufferFactory
Creates a (implementation-managed) buffer.
createBufferFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga buffer package.
createContext(String) - Static method in class org.ogf.saga.context.ContextFactory
Constructs a security context.
createContext() - Static method in class org.ogf.saga.context.ContextFactory
Constructs a security context.
createContext(String, String) - Static method in class org.ogf.saga.context.ContextFactory
Constructs a security context.
createContextFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga context package.
CREATED - Static variable in interface org.ogf.saga.job.Job
Attribute name, time stamp of the job creation in the resource manager.
createDirectory(Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory.
createDirectory(String, Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory.
createDirectory(Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory for reading.
createDirectory(String, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory for reading.
createDirectory(URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory, using the default session.
createDirectory(String, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory, using the default session.
createDirectory(URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory for reading, using the default session.
createDirectory(String, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a Directory for reading, using the default session.
createDirectory(TaskMode, Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory.
createDirectory(String, TaskMode, Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory.
createDirectory(TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory for reading.
createDirectory(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory for reading.
createDirectory(TaskMode, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory, using the default session.
createDirectory(String, TaskMode, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory, using the default session.
createDirectory(TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory for reading, using the default session.
createDirectory(String, TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory for reading, using the default session.
createDiscoverer() - Static method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer with the default Session and URL.
createDiscoverer(String) - Static method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer with the default Session and URL.
createDiscoverer(Session) - Static method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer with a specified session and a default and URL.
createDiscoverer(String, Session) - Static method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer with a specified session and a default and URL.
createDiscoverer(Session, URL) - Static method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer.
createDiscoverer(String, Session, URL) - Static method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer.
createEntityDataSet(String, String, String) - Static method in class org.ogf.saga.isn.ISNFactory
Creates an EntityDataSet that contains the set of entities that pass the specified filter.
createEntityDataSet(String, String, String, String) - Static method in class org.ogf.saga.isn.ISNFactory
Creates an EntityDataSet that contains the set of entities that pass the specified filter.
createEntityDataSet(String, String, String, Session) - Static method in class org.ogf.saga.isn.ISNFactory
Creates an EntityDataSet that contains the set of entities that pass the specified filter.
createEntityDataSet(String, String, String, String, Session) - Static method in class org.ogf.saga.isn.ISNFactory
Creates an EntityDataSet that contains the set of entities that pass the specified filter.
createEntityDataSet(String, String, String, Session, URL) - Static method in class org.ogf.saga.isn.ISNFactory
Creates an EntityDataSet that contains the set of entities that pass the specified filter.
createEntityDataSet(String, String, String, String, Session, URL) - Static method in class org.ogf.saga.isn.ISNFactory
Creates an EntityDataSet that contains the set of entities that pass the specified filter.
createFile(Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a File.
createFile(String, Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a File.
createFile(Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a File for reading.
createFile(String, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a File for reading.
createFile(URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a File using the default session.
createFile(String, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a File using the default session.
createFile(URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a File for reading, using the default session.
createFile(String, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a File for reading, using the default session.
createFile(TaskMode, Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File.
createFile(String, TaskMode, Session, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File.
createFile(TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File for reading.
createFile(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File for reading.
createFile(TaskMode, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File, using the default session.
createFile(String, TaskMode, URL, int) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File, using the default session.
createFile(TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File for reading, using the default session.
createFile(String, TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File for reading, using the default session.
createFileFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga file package.
createFileInputStream(Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileInputStream.
createFileInputStream(String, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileInputStream.
createFileInputStream(URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileInputStream using the default session.
createFileInputStream(String, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileInputStream using the default session.
createFileInputStream(TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileInputStream.
createFileInputStream(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileInputStream.
createFileInputStream(TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileInputStream using the default session.
createFileInputStream(String, TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileInputStream using the default session.
createFileOutputStream(Session, URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream.
createFileOutputStream(String, Session, URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream.
createFileOutputStream(Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream.
createFileOutputStream(String, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream.
createFileOutputStream(URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream using the default session.
createFileOutputStream(String, URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream using the default session.
createFileOutputStream(URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream using the default session.
createFileOutputStream(String, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream using the default session.
createFileOutputStream(TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream.
createFileOutputStream(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream.
createFileOutputStream(TaskMode, Session, URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream.
createFileOutputStream(String, TaskMode, Session, URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream.
createFileOutputStream(TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream using the default session.
createFileOutputStream(String, TaskMode, URL) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream using the default session.
createFileOutputStream(TaskMode, URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream.
createFileOutputStream(String, TaskMode, URL, boolean) - Static method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream.
createIOVec(byte[], int) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createIOVec(String, byte[], int) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createIOVec(byte[]) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createIOVec(String, byte[]) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createIOVec(int, int) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createIOVec(String, int, int) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createIOVec(int) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createIOVec(String, int) - Static method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
createISNFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga Information System Navigator package.
createJob(JobDescription) - Method in interface org.ogf.saga.job.JobService
Creates a job instance as specified by the job description provided.
createJob(TaskMode, JobDescription) - Method in interface org.ogf.saga.job.JobService
Creates a task that creates a job instance as specified by the job description provided.
createJobDescription() - Static method in class org.ogf.saga.job.JobFactory
Creates a job description.
createJobDescription(String) - Static method in class org.ogf.saga.job.JobFactory
Creates a job description.
createJobFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga jobs package.
createJobService(Session, URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a job service.
createJobService(String, Session, URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a job service.
createJobService(Session) - Static method in class org.ogf.saga.job.JobFactory
Creates a job service using the default contact string.
createJobService(String, Session) - Static method in class org.ogf.saga.job.JobFactory
Creates a job service using the default contact string.
createJobService(URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a job service, using the default session.
createJobService(String, URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a job service, using the default session.
createJobService() - Static method in class org.ogf.saga.job.JobFactory
Creates a job service, using the default session and default contact string.
createJobService(String) - Static method in class org.ogf.saga.job.JobFactory
Creates a job service, using the default session and default contact string.
createJobService(TaskMode, Session, URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service.
createJobService(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service.
createJobService(TaskMode, Session) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service, using a default contact string.
createJobService(String, TaskMode, Session) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service, using a default contact string.
createJobService(TaskMode, URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service, using the default session.
createJobService(String, TaskMode, URL) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service, using the default session.
createJobService(TaskMode) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service, using the default session and default contact string.
createJobService(String, TaskMode) - Static method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service, using the default session and default contact string.
createLogicalDirectory(Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory.
createLogicalDirectory(String, Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory.
createLogicalDirectory(Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory using READ open mode.
createLogicalDirectory(String, Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory using READ open mode.
createLogicalDirectory(URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory using the default session.
createLogicalDirectory(String, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory using the default session.
createLogicalDirectory(URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory using READ open mode, using the default session.
createLogicalDirectory(String, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalDirectory using READ open mode, using the default session.
createLogicalDirectory(TaskMode, Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory.
createLogicalDirectory(String, TaskMode, Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory.
createLogicalDirectory(TaskMode, Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory using READ open mode.
createLogicalDirectory(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory using READ open mode.
createLogicalDirectory(TaskMode, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory using the default session.
createLogicalDirectory(String, TaskMode, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory using the default session.
createLogicalDirectory(TaskMode, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory using READ open mode, using the default session.
createLogicalDirectory(String, TaskMode, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory using READ open mode, using the default session.
createLogicalFile(Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile.
createLogicalFile(String, Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile.
createLogicalFile(Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile using READ open mode.
createLogicalFile(String, Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile using READ open mode.
createLogicalFile(URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile using the default session.
createLogicalFile(String, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile using the default session.
createLogicalFile(URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile using READ open mode, using the default session.
createLogicalFile(String, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile using READ open mode, using the default session.
createLogicalFile(TaskMode, Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile.
createLogicalFile(String, TaskMode, Session, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile.
createLogicalFile(TaskMode, Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile using READ open mode.
createLogicalFile(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile using READ open mode.
createLogicalFile(TaskMode, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile using the default session.
createLogicalFile(String, TaskMode, URL, int) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile using the default session.
createLogicalFile(TaskMode, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile using READ open mode, using the default session.
createLogicalFile(String, TaskMode, URL) - Static method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile using READ open mode, using the default session.
createLogicalFileFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga logical file package.
createMetric(String, String, String, String, String, String) - Static method in class org.ogf.saga.monitoring.MonitoringFactory
Constructs a Metric object with the specified parameters.
createMetric(String, String, String, String, String, String, String) - Static method in class org.ogf.saga.monitoring.MonitoringFactory
Constructs a Metric object with the specified parameters.
createMonitoringFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga monitoring package.
createNamespaceFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga namespace package.
createNSDirectory(Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory.
createNSDirectory(String, Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory.
createNSDirectory(Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory.
createNSDirectory(String, Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory.
createNSDirectory(URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory using the default session.
createNSDirectory(String, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory using the default session.
createNSDirectory(URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory using the default session.
createNSDirectory(String, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory using the default session.
createNSDirectory(TaskMode, Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory.
createNSDirectory(String, TaskMode, Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory.
createNSDirectory(TaskMode, Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory.
createNSDirectory(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory.
createNSDirectory(TaskMode, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory using the default session.
createNSDirectory(String, TaskMode, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory using the default session.
createNSDirectory(TaskMode, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory using the default session.
createNSDirectory(String, TaskMode, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory using the default session.
createNSEntry(Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry.
createNSEntry(String, Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry.
createNSEntry(Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry.
createNSEntry(String, Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry.
createNSEntry(URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry using the default session.
createNSEntry(String, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry using the default session.
createNSEntry(URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry using the default session.
createNSEntry(String, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry using the default session.
createNSEntry(TaskMode, Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry.
createNSEntry(String, TaskMode, Session, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry.
createNSEntry(TaskMode, Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry.
createNSEntry(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry.
createNSEntry(TaskMode, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry using the default session.
createNSEntry(String, TaskMode, URL, int) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry using the default session.
createNSEntry(TaskMode, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry using the default session.
createNSEntry(String, TaskMode, URL) - Static method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry using the default session.
createParameter(Object, IOMode) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a Parameter object.
createParameter(String, Object, IOMode) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a Parameter object.
createParameter(IOMode) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a Parameter object.
createParameter(String, IOMode) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a Parameter object.
createParameter(Object) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates an IN Parameter object.
createParameter(String, Object) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates an IN Parameter object.
createParameter() - Static method in class org.ogf.saga.rpc.RPCFactory
Creates an IN Parameter object.
createParameter(String) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates an IN Parameter object.
createResourceDescription(Type) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource description.
createResourceDescription(String, Type) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource description.
createResourceFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga Resource Manager package.
createResourceManager(Session, URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager.
createResourceManager(String, Session, URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager.
createResourceManager(Session) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager using the default contact string.
createResourceManager(String, Session) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager using the default contact string.
createResourceManager(URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager, using the default session.
createResourceManager(String, URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager, using the default session.
createResourceManager() - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager, using the default session and default contact string.
createResourceManager(String) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager, using the default session and default contact string.
createResourceManager(TaskMode, Session, URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager.
createResourceManager(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager.
createResourceManager(TaskMode, Session) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager, using a default contact string.
createResourceManager(String, TaskMode, Session) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager, using a default contact string.
createResourceManager(TaskMode, URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager, using the default session.
createResourceManager(String, TaskMode, URL) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager, using the default session.
createResourceManager(TaskMode) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager, using the default session and default contact string.
createResourceManager(String, TaskMode) - Static method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a job service, using the default session and default contact string.
createRPC(Session, URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a RPC handle instance.
createRPC(String, Session, URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a RPC handle instance.
createRPC(URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a RPC handle instance using the default session.
createRPC(String, URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a RPC handle instance using the default session.
createRPC(TaskMode, Session, URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a task that creates a RPC handle instance.
createRPC(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a task that creates a RPC handle instance.
createRPC(TaskMode, URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a task that creates a RPC handle instance using the default session.
createRPC(String, TaskMode, URL) - Static method in class org.ogf.saga.rpc.RPCFactory
Creates a task that creates a RPC handle instance using the default session.
createRPCFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga RPC package.
createSDFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga Service Discovery package.
createSession(boolean) - Static method in class org.ogf.saga.session.SessionFactory
Creates a session.
createSession(String, boolean) - Static method in class org.ogf.saga.session.SessionFactory
Creates a session.
createSession() - Static method in class org.ogf.saga.session.SessionFactory
Returns the default session, with all the default contexts.
createSession(String) - Static method in class org.ogf.saga.session.SessionFactory
Returns the default session, with all the default contexts.
createSessionFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga session package.
createStream(Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a Stream.
createStream(String, Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a Stream.
createStream(URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a Stream using the default session.
createStream(String, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a Stream using the default session.
createStream(TaskMode, Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a Stream.
createStream(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a Stream.
createStream(TaskMode, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a Stream using the default session.
createStream(String, TaskMode, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a Stream using the default session.
createStreamFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga stream package.
createStreamServer(Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer.
createStreamServer(String, Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer.
createStreamServer(Session) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer.
createStreamServer(String, Session) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer.
createStreamServer(URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer using the default session.
createStreamServer(String, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer using the default session.
createStreamServer() - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer using the default session.
createStreamServer(String) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer using the default session.
createStreamServer(TaskMode, Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer.
createStreamServer(String, TaskMode, Session, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer.
createStreamServer(TaskMode, Session) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer.
createStreamServer(String, TaskMode, Session) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer.
createStreamServer(TaskMode, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer using the default session.
createStreamServer(String, TaskMode, URL) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer using the default session.
createStreamServer(TaskMode) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer using the default session.
createStreamServer(String, TaskMode) - Static method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer using the default session.
createTaskContainer() - Static method in class org.ogf.saga.task.TaskFactory
Constructs a TaskContainer object.
createTaskContainer(String) - Static method in class org.ogf.saga.task.TaskFactory
Constructs a TaskContainer object.
createTaskFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga task package.
createURL(String) - Static method in class org.ogf.saga.url.URLFactory
Creates an URL object from the specified string.
createURL(String, String) - Static method in class org.ogf.saga.url.URLFactory
Creates an URL object from the specified string.
createURLFactory() - Method in interface org.ogf.saga.bootstrap.SagaFactory
Creates a factory for the Saga URL package.

D

DESCRIPTION - Static variable in interface org.ogf.saga.monitoring.Metric
Attribute name: description of the metric (ReadOnly).
Directory - Interface in org.ogf.saga.file
A Directory instance represents an open directory.
Discoverer - Interface in org.ogf.saga.sd
Provides the entry point for service discovery.
doCreateBuffer(byte[]) - Method in class org.ogf.saga.buffer.BufferFactory
Creates a buffer.
doCreateBuffer(int) - Method in class org.ogf.saga.buffer.BufferFactory
Creates a buffer.
doCreateComputeDescription() - Method in class org.ogf.saga.resource.ResourceFactory
Creates a compute resource description.
doCreateContext(String) - Method in class org.ogf.saga.context.ContextFactory
Constructs a security context.
doCreateDirectory(Session, URL, int) - Method in class org.ogf.saga.file.FileFactory
Creates a Directory.
doCreateDirectory(TaskMode, Session, URL, int) - Method in class org.ogf.saga.file.FileFactory
Creates a task that creates a Directory.
doCreateDiscoverer(Session) - Method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer with the default URL.
doCreateDiscoverer(Session, URL) - Method in class org.ogf.saga.sd.SDFactory
Creates a Discoverer.
doCreateEntityDataSet(String, String, String, Session) - Method in class org.ogf.saga.isn.ISNFactory
Creates a EntityDataSet with the default URL.
doCreateEntityDataSet(String, String, String, Session, URL) - Method in class org.ogf.saga.isn.ISNFactory
Creates a EntityDataSet.
doCreateFile(Session, URL, int) - Method in class org.ogf.saga.file.FileFactory
Creates a File.
doCreateFile(TaskMode, Session, URL, int) - Method in class org.ogf.saga.file.FileFactory
Creates a task that creates a File.
doCreateFileInputStream(Session, URL) - Method in class org.ogf.saga.file.FileFactory
Creates a FileInputStream.
doCreateFileInputStream(TaskMode, Session, URL) - Method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileInputStream.
doCreateFileOutputStream(Session, URL, boolean) - Method in class org.ogf.saga.file.FileFactory
Creates a FileOutputStream.
doCreateFileOutputStream(TaskMode, Session, URL, boolean) - Method in class org.ogf.saga.file.FileFactory
Creates a task that creates a FileOutputStream.
doCreateIOVec(byte[], int) - Method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
doCreateIOVec(int, int) - Method in class org.ogf.saga.file.FileFactory
Creates an IOVec.
doCreateJobDescription() - Method in class org.ogf.saga.job.JobFactory
Creates a job description.
doCreateJobService(Session, URL) - Method in class org.ogf.saga.job.JobFactory
Creates a job service.
doCreateJobService(TaskMode, Session, URL) - Method in class org.ogf.saga.job.JobFactory
Creates a task that creates a job service.
doCreateLogicalDirectory(Session, URL, int) - Method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a Directory.
doCreateLogicalDirectory(TaskMode, Session, URL, int) - Method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalDirectory.
doCreateLogicalFile(Session, URL, int) - Method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a LogicalFile.
doCreateLogicalFile(TaskMode, Session, URL, int) - Method in class org.ogf.saga.logicalfile.LogicalFileFactory
Creates a task that creates a LogicalFile.
doCreateMetric(String, String, String, String, String, String) - Method in class org.ogf.saga.monitoring.MonitoringFactory
Constructs a Metric object with the specified parameters.
doCreateNetworkDescription() - Method in class org.ogf.saga.resource.ResourceFactory
Creates a network resource description.
doCreateNSDirectory(TaskMode, Session, URL, int) - Method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace directory.
doCreateNSDirectory(Session, URL, int) - Method in class org.ogf.saga.namespace.NSFactory
Creates a namespace directory.
doCreateNSEntry(TaskMode, Session, URL, int) - Method in class org.ogf.saga.namespace.NSFactory
Creates a task that creates a namespace entry.
doCreateNSEntry(Session, URL, int) - Method in class org.ogf.saga.namespace.NSFactory
Creates a namespace entry.
doCreateParameter(Object, IOMode) - Method in class org.ogf.saga.rpc.RPCFactory
Creates a Parameter object.
doCreateResourceManager(Session, URL) - Method in class org.ogf.saga.resource.ResourceFactory
Creates a resource manager.
doCreateResourceManager(TaskMode, Session, URL) - Method in class org.ogf.saga.resource.ResourceFactory
Creates a task that creates a resource manager.
doCreateRPC(Session, URL) - Method in class org.ogf.saga.rpc.RPCFactory
Creates a RPC handle instance.
doCreateRPC(TaskMode, Session, URL) - Method in class org.ogf.saga.rpc.RPCFactory
Creates a task that creates a RPC handle instance.
doCreateSession(boolean) - Method in class org.ogf.saga.session.SessionFactory
Creates a session.
doCreateStorageDescription() - Method in class org.ogf.saga.resource.ResourceFactory
Creates a storage resource description.
doCreateStream(Session, URL) - Method in class org.ogf.saga.stream.StreamFactory
Creates a Stream.
doCreateStream(TaskMode, Session, URL) - Method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a Stream.
doCreateStreamServer(Session, URL) - Method in class org.ogf.saga.stream.StreamFactory
Creates a StreamServer.
doCreateStreamServer(TaskMode, Session, URL) - Method in class org.ogf.saga.stream.StreamFactory
Creates a task that creates a StreamServer.
doCreateTaskContainer() - Method in class org.ogf.saga.task.TaskFactory
Constructs a TaskContainer object.
doCreateURL(String) - Method in class org.ogf.saga.url.URLFactory
 
DOES_NOT_EXIST - Static variable in exception org.ogf.saga.error.SagaException
 
DoesNotExistException - Exception in org.ogf.saga.error
This exception indicates that an operation cannot succeed because a required entity is missing.
DoesNotExistException() - Constructor for exception org.ogf.saga.error.DoesNotExistException
Constructs a DoesNotExist exception.
DoesNotExistException(String) - Constructor for exception org.ogf.saga.error.DoesNotExistException
Constructs a DoesNotExist exception with the specified detail message.
DoesNotExistException(Throwable) - Constructor for exception org.ogf.saga.error.DoesNotExistException
Constructs a DoesNotExist exception with the specified cause.
DoesNotExistException(String, Throwable) - Constructor for exception org.ogf.saga.error.DoesNotExistException
Constructs a DoesNotExist exception with the specified detail message and cause.
DoesNotExistException(String, SagaObject) - Constructor for exception org.ogf.saga.error.DoesNotExistException
Constructs a DoesNotExist exception with the specified detail message and associated SAGA object.
DoesNotExistException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.DoesNotExistException
Constructs a new DoesNotExistException with the specified cause and associated SAGA object.
DoesNotExistException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.DoesNotExistException
Constructs a new DoesNotExistException with the specified detail message, specified cause and associated SAGA object.
DURATION - Static variable in interface org.ogf.saga.resource.description.ResourceDescription
Attribute name: a duration
DYNAMIC - Static variable in interface org.ogf.saga.resource.description.ResourceDescription
Attribute name: a boolean (default = false)

E

END - Static variable in interface org.ogf.saga.resource.description.ResourceDescription
Attribute name: a date
EntityData - Interface in org.ogf.saga.isn
Provides read access to the data of an entity.
EntityDataSet - Interface in org.ogf.saga.isn
Provides the means to navigate around the information model for a selected entity and gives access to the EntityData objects.
ENUM - Static variable in interface org.ogf.saga.attributes.Attributes
Values of Enum type attributes are expressed as strings, and have the literal value of the respective enums as defined in the attribute type at hand.
ENVIRONMENT - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, set of environment variables for the job.
ERROR - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, pathname of the standard error file.
EXECUTABLE - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, command to execute.
EXECUTIONHOSTS - Static variable in interface org.ogf.saga.job.Job
Attribute name, list of host names or IP addresses allocated to run this job.
exists(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Queries for the existence of an entry.
exists(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that queries for the existence of an entry.
existsAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that tests for the existence of an attribute.
existsAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Checks the existence of an attribute.
EXITCODE - Static variable in interface org.ogf.saga.job.Job
Attribute name, process exit code.

F

FACTORY - Static variable in class org.ogf.saga.bootstrap.SagaProperties
Property name for selecting a Saga implementation.
FALSE - Static variable in interface org.ogf.saga.attributes.Attributes
'False' value of a 'Bool' attribute.
File - Interface in org.ogf.saga.file
The File interface represents an open file descriptor for reads/writes on a physical file.
FileFactory - Class in org.ogf.saga.file
Factory for objects from the namespace package.
FileFactory() - Constructor for class org.ogf.saga.file.FileFactory
 
FileInputStream - Class in org.ogf.saga.file
Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
FileInputStream() - Constructor for class org.ogf.saga.file.FileInputStream
 
FileOutputStream - Class in org.ogf.saga.file
Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
FileOutputStream() - Constructor for class org.ogf.saga.file.FileOutputStream
 
FILETRANSFER - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, a list of file transfer directives.
find(String, String[], int) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Finds entries in the current directory and possibly below, with matching names and matching meta data.
find(String, String[]) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Finds entries in the current directory and below, with matching names and matching meta data.
find(TaskMode, String, String[], int) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a task that finds entries in the current directory and below, with matching names and matching meta data.
find(TaskMode, String, String[]) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a task that finds entries in the current directory and below, with matching names and matching meta data.
find(String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Finds entries in the directory and below that match the specified pattern.
find(String) - Method in interface org.ogf.saga.namespace.NSDirectory
Finds entries in the directory and below that match the specified pattern.
find(TaskMode, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that finds entries in the directory and below that match the specified pattern.
find(TaskMode, String) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that finds entries in the directory and below that match the specified pattern.
findAttributes(TaskMode, String...) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that finds matching attributes.
findAttributes(String...) - Method in interface org.ogf.saga.attributes.Attributes
Finds matching attributes.
FINISHED - Static variable in interface org.ogf.saga.job.Job
Attribute name, time stamp indicating when the job finished.
fire() - Method in interface org.ogf.saga.monitoring.Metric
Pushes a new metric value to the backend.
fireMetric(TaskMode, String) - Method in interface org.ogf.saga.monitoring.AsyncSteerable
Creates a task that pushes a new metric value to the backend.
fireMetric(String) - Method in interface org.ogf.saga.monitoring.Steerable
Pushes a new metric value to the backend.
Flags - Enum in org.ogf.saga.namespace
Enumerates some flags for methods in this package.
FLOAT - Static variable in interface org.ogf.saga.attributes.Attributes
Values of Float (i.e.
flush(TaskMode) - Method in class org.ogf.saga.file.FileOutputStream
Creates a task that flushes this stream.
flush(TaskMode) - Method in class org.ogf.saga.stream.StreamOutputStream
Creates a task that flushes this stream.

G

getAccess() - Method in interface org.ogf.saga.resource.instance.Resource
 
getAllExceptions() - Method in exception org.ogf.saga.error.SagaException
Gets the list of lower-level exceptions.
getAllMessages() - Method in exception org.ogf.saga.error.SagaException
Gets the list of lower-level exception messages.
getAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that obtains the value of an attribute.
getAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Gets the value of an attribute.
getBufferFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a buffer factory, using the specified SagaFactory.
getContext() - Method in interface org.ogf.saga.stream.Stream
Returns the remote authorization info.
getContext(TaskMode) - Method in interface org.ogf.saga.stream.Stream
Creates a task that obtains the remote authorization info.
getContextFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a context factory, using the specified SagaFactory.
getCWD() - Method in interface org.ogf.saga.namespace.NSEntry
Obtains the current working directory for the entry.
getCWD(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that obtains a String representing the current working directory for the entry.
getData() - Method in interface org.ogf.saga.buffer.Buffer
Retrieves the buffer data.
getData() - Method in interface org.ogf.saga.isn.EntityDataSet
Returns a set of EntityData objects.
getData() - Method in interface org.ogf.saga.rpc.Parameter
Retrieves the current value of the parameter object.
getData() - Method in interface org.ogf.saga.sd.ServiceDescription
Returns a ServiceData object with the service data key/value pairs.
getDefaultProperties() - Static method in class org.ogf.saga.bootstrap.SagaProperties
Loads properties from the standard configuration file locations.
getDescription() - Method in interface org.ogf.saga.resource.instance.Resource
Retrieves the resource description that was used to create this resource instance.
getDescriptions() - Static method in class org.ogf.saga.bootstrap.SagaProperties
Returns a map mapping hard-coded property names to their descriptions.
getEntry(int) - Method in interface org.ogf.saga.namespace.NSDirectory
Gives the name of an entry in the directory based upon the enumeration defined by NSDirectory.getNumEntries().
getEntry(TaskMode, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that gives the name of an entry in the directory based upon the enumeration defined by getNumEntries().
getEscaped() - Method in interface org.ogf.saga.url.URL
Returns this URL as a string, with escapes added where needed to parse the result as an URL.
getFileFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a file factory, using the specified SagaFactory.
getFragment() - Method in interface org.ogf.saga.url.URL
Returns the fragment part of this URL.
getGroup() - Method in interface org.ogf.saga.permissions.Permissions
Gets the group id of the entity.
getGroup(TaskMode) - Method in interface org.ogf.saga.permissions.Permissions
Creates a task that obtains the group id of the entity.
getHardcodedProperties() - Static method in class org.ogf.saga.bootstrap.SagaProperties
Returns the hard-coded properties of Saga.
getHost() - Method in interface org.ogf.saga.url.URL
Returns the host part of this URL.
getId() - Method in interface org.ogf.saga.SagaObject
Returns the object id of this SAGA object.
getInputStream() - Method in interface org.ogf.saga.stream.Stream
Obtains an InputStream from the stream.
getInputStream(TaskMode) - Method in interface org.ogf.saga.stream.Stream
Creates a task that obtains an OutputStream from the stream.
getIOMode() - Method in interface org.ogf.saga.rpc.Parameter
Retrieves the current value for io mode.
getISNFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a ISN factory for the Information System Navigator, using the specified SagaFactory.
getJob(String) - Method in interface org.ogf.saga.job.JobService
Returns the job instance associated with the specified job identification.
getJob(TaskMode, String) - Method in interface org.ogf.saga.job.JobService
Creates a task that obtains the job instance associated with the specified job identification.
getJobDescription() - Method in interface org.ogf.saga.job.Job
Retrieves the job description that was used to submit this job instance.
getJobDescription(TaskMode) - Method in interface org.ogf.saga.job.Job
Creates a task that retrieves the job description that was used to submit this job instance.
getJobFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a job factory, using the specified SagaFactory.
getLenIn() - Method in interface org.ogf.saga.file.IOVec
Retrieves the current value of the lenIn attribute.
getLenOut() - Method in interface org.ogf.saga.file.IOVec
Retrieves the current value of the lenOut attribute.
getLogicalFileFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a logical file factory, using the specified SagaFactory.
getManager() - Method in interface org.ogf.saga.resource.instance.Resource
 
getMetric(TaskMode, String) - Method in interface org.ogf.saga.monitoring.AsyncMonitorable
Creates a task that obtains a metric instance, identified by name.
getMetric(String) - Method in interface org.ogf.saga.monitoring.Monitorable
Returns a metric instance, identified by name.
getMonitoringFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a monitoring factory, using the specified SagaFactory.
getMTime(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Returns the time of the last modification in seconds since epoch (01.01.1970) of the specified name.
getMTime(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that determines the last modification time of the specified name.
getMTime() - Method in interface org.ogf.saga.namespace.NSEntry
Returns the time of the last modification in seconds since epoch (01.01.1970).
getMTime(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that returns the last modification time of this entry.
getName() - Method in interface org.ogf.saga.namespace.NSEntry
Obtains the name part of the URL of this entry.
getName(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that obtains the name part of the URL of this entry.
getNamespaceFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a namespace factory, using the specified SagaFactory.
getNumEntries() - Method in interface org.ogf.saga.namespace.NSDirectory
Obtains the number of entries in this directory.
getNumEntries(TaskMode) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that obtains the number of entries in this directory.
getObject() - Method in exception org.ogf.saga.error.SagaException
Returns the SAGA object associated with this exception.
getObject() - Method in interface org.ogf.saga.task.Task
Gets the object from which the task was created.
getOffset() - Method in interface org.ogf.saga.file.IOVec
Retrieves the current value of the offset attribute.
getOutputStream() - Method in interface org.ogf.saga.stream.Stream
Obtains an OutputStream from the stream.
getOutputStream(TaskMode) - Method in interface org.ogf.saga.stream.Stream
Creates a task that obtains an OutputStream from the stream.
getOwner() - Method in interface org.ogf.saga.permissions.Permissions
Gets the owner id of the entity.
getOwner(TaskMode) - Method in interface org.ogf.saga.permissions.Permissions
Creates a task that obtains the owner id of the entity.
getPath() - Method in interface org.ogf.saga.url.URL
Returns the path part of this URL.
getPort() - Method in interface org.ogf.saga.url.URL
Returns the port number of this URL.
getPosixErrorCode() - Method in exception org.ogf.saga.error.SagaIOException
Returns the POSIX error code associated with this exception, in case it is available.
getQuery() - Method in interface org.ogf.saga.url.URL
Returns the query part from this URL.
getRelatedEntities(String, String) - Method in interface org.ogf.saga.isn.EntityDataSet
Returns an EntityDataSet object for the given entity name and matching the filter string.
getRelatedEntities(String) - Method in interface org.ogf.saga.isn.EntityDataSet
Returns an EntityDataSet object for the given entity name.
getRelatedServices() - Method in interface org.ogf.saga.sd.ServiceDescription
Returns the set of related services.
getResourceFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a resource factory, using the specified SagaFactory.
getResult() - Method in interface org.ogf.saga.task.Task
Obtains the result of the asynchronous method call.
getRPCFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates an RPC factory, using the specified SagaFactory.
getScheme() - Method in interface org.ogf.saga.url.URL
Returns the scheme part from this URL.
getSDFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a SD factory for Service Discovery, using the specified SagaFactory.
getSelf() - Method in interface org.ogf.saga.job.JobService
Returns a job instance representing the calling application.
getSelf(TaskMode) - Method in interface org.ogf.saga.job.JobService
Creates a task that obtains a job instance representing the calling application.
getSession() - Method in interface org.ogf.saga.SagaObject
Returns a shallow copy of the session from which this object was created.
getSessionFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a session factory, using the specified SagaFactory.
getSize() - Method in interface org.ogf.saga.buffer.Buffer
Retrieves the current value of the buffer size.
getSize(URL, int) - Method in interface org.ogf.saga.file.Directory
Returns the number of bytes in the specified file.
getSize(URL) - Method in interface org.ogf.saga.file.Directory
Returns the number of bytes in the specified file.
getSize(TaskMode, URL, int) - Method in interface org.ogf.saga.file.Directory
Creates a task that retrieves the number of bytes in the specified file.
getSize(TaskMode, URL) - Method in interface org.ogf.saga.file.Directory
Creates a task that retrieves the number of bytes in the specified file.
getSize() - Method in interface org.ogf.saga.file.File
Returns the number of bytes in the file.
getSize(TaskMode) - Method in interface org.ogf.saga.file.File
Creates a task that obtains the number of bytes in the file.
getState() - Method in interface org.ogf.saga.resource.task.ResourceTask
Gets the state of the resource
getState() - Method in interface org.ogf.saga.task.Task
Gets the state of the task.
getStates() - Method in interface org.ogf.saga.task.TaskContainer
Gets the states of all tasks in the task container.
getStderr() - Method in interface org.ogf.saga.job.Job
Returns the error stream of this job (which can be read).
getStderr(TaskMode) - Method in interface org.ogf.saga.job.Job
Creates a task that obtains the error stream of this job (which can be read).
getStdin() - Method in interface org.ogf.saga.job.Job
Returns the input stream of this job (to which can be written).
getStdin(TaskMode) - Method in interface org.ogf.saga.job.Job
Creates a task that obtains the input stream of this job (to which can be written).
getStdout() - Method in interface org.ogf.saga.job.Job
Returns the output stream of this job (which can be read).
getStdout(TaskMode) - Method in interface org.ogf.saga.job.Job
Creates a task that obtains the output stream of this job (which can be read).
getStreamFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a stream factory, using the specified SagaFactory.
getString() - Method in interface org.ogf.saga.url.URL
Returns this URL as a string.
getTask(String) - Method in interface org.ogf.saga.task.TaskContainer
Gets a single task from the task container.
getTaskFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates a task factory, using the specified SagaFactory.
getTasks() - Method in interface org.ogf.saga.task.TaskContainer
Gets the tasks in this task container.
getTemplate(String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Human readable description of template
getTemplate(TaskMode, String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that returns human readable description of template.
getType() - Method in interface org.ogf.saga.resource.instance.Resource
 
getURL() - Method in interface org.ogf.saga.namespace.NSEntry
Obtains the complete URL referring to the entry.
getURL(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that obtains the complete URL pointing to the entry.
getUrl() - Method in interface org.ogf.saga.sd.ServiceDescription
Returns the URL to contact the service.
getUrl() - Method in interface org.ogf.saga.stream.Stream
Obtains the URL that was used to create the stream.
getUrl(TaskMode) - Method in interface org.ogf.saga.stream.Stream
Creates a task that obtains the URL that was used to create the stream.
getUrl() - Method in interface org.ogf.saga.stream.StreamServer
Obtains the URL to be used to connect to this server.
getUrl(TaskMode) - Method in interface org.ogf.saga.stream.StreamServer
Obtains a task to obtain the URL to be used to connect to this server.
getURLFactory(String) - Static method in class org.ogf.saga.bootstrap.ImplementationBootstrapLoader
Creates an URL factory, using the specified SagaFactory.
getUserInfo() - Method in interface org.ogf.saga.url.URL
Returns the userinfo part from this URL.
getValue() - Method in enum org.ogf.saga.file.SeekMode
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.namespace.Flags
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.permissions.Permission
Returns the integer value of this permission.
getValue() - Method in enum org.ogf.saga.resource.task.State
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.rpc.IOMode
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.stream.Activity
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.stream.StreamState
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.task.State
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.task.TaskMode
Returns the integer value of this enumeration literal.
getValue() - Method in enum org.ogf.saga.task.WaitMode
Returns the integer value of this enumeration literal.
getVectorAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that obtains the array of values associated with an attribute.
getVectorAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Gets the array of values associated with an attribute.

H

HOST_NAMES - Static variable in interface org.ogf.saga.resource.description.ComputeDescription
Attribute name: a list of strings

I

IMPLEMENTATION_VERSION - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, the version of the service implementation.
ImplementationBootstrapLoader - Class in org.ogf.saga.bootstrap
This class allows the user to have one or more SagaFactories, one for each Java Saga implementation that is to be used.
IMPLEMENTOR - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, name of the organisation providing the implementation of the service.
INCORRECT_STATE - Static variable in exception org.ogf.saga.error.SagaException
 
INCORRECT_URL - Static variable in exception org.ogf.saga.error.SagaException
 
IncorrectStateException - Exception in org.ogf.saga.error
This exception indicates that the object on which a method is called is in a state where that method cannot succeed.
IncorrectStateException() - Constructor for exception org.ogf.saga.error.IncorrectStateException
Constructs an IncorrectState exception.
IncorrectStateException(String) - Constructor for exception org.ogf.saga.error.IncorrectStateException
Constructs an IncorrectState exception with the specified detail message.
IncorrectStateException(Throwable) - Constructor for exception org.ogf.saga.error.IncorrectStateException
Constructs an IncorrectState exception with the specified cause.
IncorrectStateException(String, Throwable) - Constructor for exception org.ogf.saga.error.IncorrectStateException
Constructs an IncorrectState exception with the specified detail message and cause.
IncorrectStateException(String, SagaObject) - Constructor for exception org.ogf.saga.error.IncorrectStateException
Constructs an IncorrectState exception with the specified detail message and associated SAGA object.
IncorrectStateException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.IncorrectStateException
Constructs a new IncorrectStateException with the specified cause and associated SAGA object.
IncorrectStateException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.IncorrectStateException
Constructs a new IncorrectStateException with the specified detail message, specified cause and associated SAGA object.
IncorrectURLException - Exception in org.ogf.saga.error
This exception indicates that a method is given an URL argument that could not be handled.
IncorrectURLException() - Constructor for exception org.ogf.saga.error.IncorrectURLException
Constructs an IncorrectURL exception.
IncorrectURLException(String) - Constructor for exception org.ogf.saga.error.IncorrectURLException
Constructs an IncorrectURL exception with the specified detail message.
IncorrectURLException(Throwable) - Constructor for exception org.ogf.saga.error.IncorrectURLException
Constructs an IncorrectURL exception with the specified cause.
IncorrectURLException(String, Throwable) - Constructor for exception org.ogf.saga.error.IncorrectURLException
Constructs an IncorrectURL exception with the specified detail message and cause.
IncorrectURLException(String, SagaObject) - Constructor for exception org.ogf.saga.error.IncorrectURLException
Constructs an IncorrectURL exception with the specified detail message and associated SAGA object.
IncorrectURLException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.IncorrectURLException
Constructs a new IncorrectURLException with the specified cause and associated SAGA object.
IncorrectURLException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.IncorrectURLException
Constructs a new IncorrectURLException with the specified detail message, specified cause and associated SAGA object.
INFORMATION_SERVICE_URL - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, url of the information service used to obtain this service_description.
INPUT - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, pathname of the standard input file.
INT - Static variable in interface org.ogf.saga.attributes.Attributes
Values of Int (i.e.
INTERACTIVE - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, run the job in interactive mode.
INTERFACE_VERSION - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, the version of the service interface.
IO_EXCEPTION - Static variable in exception org.ogf.saga.error.SagaException
 
IOMode - Enum in org.ogf.saga.rpc
Describes parameter modes.
IOVec - Interface in org.ogf.saga.file
Extends the Buffer interface with lenIn, lenOut, and offset attributes.
isAbsolute() - Method in interface org.ogf.saga.url.URL
See URI.
isDir(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Tests the name for being a directory.
isDir(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that tests the name for being a directory.
isDir() - Method in interface org.ogf.saga.namespace.NSEntry
Tests this entry for being a directory.
isDir(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that tests this entry for being a directory.
isEntry(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Tests the name for being a namespace entry.
isEntry(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that tests the name for being a namespace entry.
isEntry() - Method in interface org.ogf.saga.namespace.NSEntry
Tests this entry for being a namespace entry.
isEntry(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that tests this entry for being a namespace entry.
isFile(URL) - Method in interface org.ogf.saga.file.Directory
Tests the name for being a directory entry.
isFile(TaskMode, URL) - Method in interface org.ogf.saga.file.Directory
Creates a task that tests the name for being a directory entry.
isFile(URL) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Tests the name for being a logical file.
isFile(TaskMode, URL) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a task that tests the name for being a logical file.
isFinal() - Method in enum org.ogf.saga.resource.task.State
 
isLink(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Tests the name for being a link.
isLink(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that tests the name for being a link.
isLink() - Method in interface org.ogf.saga.namespace.NSEntry
Tests this entry for being a link.
isLink(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that tests this entry for being a link.
ISNFactory - Class in org.ogf.saga.isn
Factory for objects of the information system navigator package.
ISNFactory() - Constructor for class org.ogf.saga.isn.ISNFactory
 
isReadOnlyAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that checks the attribute mode for being read-only.
isReadOnlyAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Checks the attribute for being read-only.
isRemovableAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that checks the attribute mode for being removable.
isRemovableAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Checks the attribute for being removable.
isRunning() - Method in enum org.ogf.saga.resource.task.State
 
isSet(int) - Method in enum org.ogf.saga.namespace.Flags
Tests for the presence of this flag in the specified value.
isSet(int) - Method in enum org.ogf.saga.permissions.Permission
Tests for the presence of this flag in the specified value.
isSet(int) - Method in enum org.ogf.saga.stream.Activity
Tests for the presence of this flag in the specified value.
isVectorAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that checks the attribute mode for being a vector.
isVectorAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Checks the attribute for being a vector.
isWritableAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that checks the attribute mode for being writable.
isWritableAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Checks the attribute for being writable.
iterator() - Method in exception org.ogf.saga.error.SagaException
Returns an iterator that iterates over the nested exceptions.

J

Job - Interface in org.ogf.saga.job
Jobs are created by a JobService, using a JobDescription.
JOB_CPUTIME - Static variable in interface org.ogf.saga.job.Job
Metric name, number of CPU seconds consumed by the job.
JOB_MEMORYUSE - Static variable in interface org.ogf.saga.job.Job
Metric name, current aggregate memory usage of the job.
JOB_PERFORMANCE - Static variable in interface org.ogf.saga.job.Job
Metric name, current performance.
JOB_SIGNAL - Static variable in interface org.ogf.saga.job.Job
Metric name, fires as a job receives a signal.
JOB_STATE - Static variable in interface org.ogf.saga.job.Job
Metric name, fires on state changes of the job.
JOB_STATEDETAIL - Static variable in interface org.ogf.saga.job.Job
Metric name, fires as a job changes its state detail.
JOB_VMEMORYUSE - Static variable in interface org.ogf.saga.job.Job
Metric name, current aggregate virtual memory usage of the job.
JOBCONTACT - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, set of end points where to report job state transitions.
JobDescription - Interface in org.ogf.saga.job
The contents of a job description is defined by its attributes.
JobFactory - Class in org.ogf.saga.job
Factory for objects from the job package.
JobFactory() - Constructor for class org.ogf.saga.job.JobFactory
 
JOBID - Static variable in interface org.ogf.saga.job.Job
Attribute name, SAGA representation of the job identifier.
JOBPROJECT - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, name of an account or project name.
JobSelf - Interface in org.ogf.saga.job
A JobSelf is a Job that represents the current application, and is steerable.
JobService - Interface in org.ogf.saga.job
A JobService represents a resource management back-end.
JOBSTARTTIME - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, time at which the job should be scheduled.

L

LIFETIME - Static variable in interface org.ogf.saga.context.Context
Attribute name: Time up to which this context is valid.
link(URL, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a symbolic link from the specified target to the specified source.
link(URL, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a symbolic link from the specified target to the specified source.
link(String, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a symbolic link from the specified target to the specified source.
link(String, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a symbolic link from the specified target to the specified source.
link(TaskMode, URL, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a symbolic link from the specified target to the specified source.
link(TaskMode, URL, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a symbolic link from the specified target to the specified source.
link(TaskMode, String, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a symbolic link from the specified target to the specified source.
link(TaskMode, String, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a symbolic link from the specified target to the specified source.
link(URL, int) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a symbolic link from the target to this entry.
link(URL) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a symbolic link from the target to this entry.
link(TaskMode, URL, int) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that creates a symbolic link from the target to this entry.
link(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that creates a symbolic link from the target to this entry.
list() - Method in interface org.ogf.saga.job.JobService
Obtains the list of jobs that are currently known to the resource manager.
list(TaskMode) - Method in interface org.ogf.saga.job.JobService
Creates a task that obtains the list of jobs that are currently known to the resource manager.
list(String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Lists entries in the directory that match the specified pattern.
list(int) - Method in interface org.ogf.saga.namespace.NSDirectory
Lists entries in the directory.
list(String) - Method in interface org.ogf.saga.namespace.NSDirectory
Lists entries in the directory that match the specified pattern.
list() - Method in interface org.ogf.saga.namespace.NSDirectory
Lists entries in the directory.
list(TaskMode, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that lists entries in the directory that match the specified pattern.
list(TaskMode, String) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that lists entries in the directory that match the specified pattern.
list(TaskMode, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that lists entries in the directory.
list(TaskMode) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that lists entries in the directory.
listAttributes(TaskMode) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that obtains the list of attribute keys.
listAttributes() - Method in interface org.ogf.saga.attributes.Attributes
Gets the list of attribute keys.
listContexts() - Method in interface org.ogf.saga.session.Session
Retrieves all contexts attached to the session.
listLocations() - Method in interface org.ogf.saga.logicalfile.LogicalFile
Lists the locations in this location set.
listLocations(TaskMode) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Creates a task that lists the locations in this location set.
listMetrics(TaskMode) - Method in interface org.ogf.saga.monitoring.AsyncMonitorable
Creates a task that lists all metrics associated with the object.
listMetrics() - Method in interface org.ogf.saga.monitoring.Monitorable
Lists all metrics associated with the object.
listRelatedEntityNames() - Method in interface org.ogf.saga.isn.EntityDataSet
Returns a set of names of those entities that may be navigated to, from this EntityDataSet.
listResources(Type) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Obtains the list of pilot/vm/ar (etc.) instances that are currently known to the resource manager.
listResources(TaskMode, Type) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that obtains the list of pilot/vm/ar (etc.) instances that are currently known to the resource manager.
listServices(String, String) - Method in interface org.ogf.saga.sd.Discoverer
Returns the set of services that pass the set of specified filters, an implicit authzFilter is constructed from the contexts of the session.
listServices(String, String, String) - Method in interface org.ogf.saga.sd.Discoverer
Returns the set of services that pass the set of specified filters.
listTemplates(Type) - Method in interface org.ogf.saga.resource.manager.ResourceManager
List available templates.
listTemplates(TaskMode, Type) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that obtains the list of available templates.
LogicalDirectory - Interface in org.ogf.saga.logicalfile
This interface represents a container for logical files in a logical file name space.
LogicalFile - Interface in org.ogf.saga.logicalfile
A LogicalFile provides the means to handle the contents of logical files.
LogicalFileFactory - Class in org.ogf.saga.logicalfile
Factory for objects from the logicalfile package.
LogicalFileFactory() - Constructor for class org.ogf.saga.logicalfile.LogicalFileFactory
 

M

MACHINE_ARCH - Static variable in interface org.ogf.saga.resource.description.ComputeDescription
Attribute name: the machine architecture (default = Any)
MACHINE_OS - Static variable in interface org.ogf.saga.resource.description.ComputeDescription
Attribute name: the machine operating system (default = Any)
makeDir(URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a new directory.
makeDir(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a new directory.
makeDir(TaskMode, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a new directory.
makeDir(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a new directory.
MANAGER_ID - Static variable in interface org.ogf.saga.resource.instance.Resource
Attribute name: URL representation of the resource manager
mark(TaskMode, int) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that marks the current position in this stream.
mark(TaskMode, int) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that marks the current position in this stream.
markSupported(TaskMode) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that determines if InputStream.mark(int) is supported.
markSupported(TaskMode) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that determines if InputStream.mark(int) is supported.
MEMORY - Static variable in interface org.ogf.saga.resource.description.ComputeDescription
Attribute name: a long integer
Metric - Interface in org.ogf.saga.monitoring
Metrics represent monitorable entities.
migrate(JobDescription) - Method in interface org.ogf.saga.job.Job
Asks the resource manager to migrate a job.
migrate(TaskMode, JobDescription) - Method in interface org.ogf.saga.job.Job
Creates a task that asks the resource manager to migrate a job.
MODE - Static variable in interface org.ogf.saga.monitoring.Metric
Attribute name: access mode of the metric (ReadOnly).
modesE() - Method in interface org.ogf.saga.file.File
Lists the extended modes available in this implementation and/or on the server side.
modesE(TaskMode) - Method in interface org.ogf.saga.file.File
Creates a task that lists the extended modes available in this implementation and/or on the server side.
Monitorable - Interface in org.ogf.saga.monitoring
The Monitorable interface is implemented by SAGA objects that can be monitored (have one or more associated metrics).
MonitoringFactory - Class in org.ogf.saga.monitoring
Factory for objects in the monitoring package.
MonitoringFactory() - Constructor for class org.ogf.saga.monitoring.MonitoringFactory
 
move(URL, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(URL, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(String, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(String, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(TaskMode, URL, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(TaskMode, URL, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(TaskMode, String, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(TaskMode, String, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
move(URL, int) - Method in interface org.ogf.saga.namespace.NSEntry
Renames this entry to the target, or moves this entry to the target if it is a directory.
move(URL) - Method in interface org.ogf.saga.namespace.NSEntry
Renames this entry to the target, or moves this entry to the target if it is a directory.
move(TaskMode, URL, int) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that renames this entry to the target, or moves this entry to the target if it is a directory.
move(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that renames this entry to the target, or moves this entry to the target if it is a directory.

N

NAME - Static variable in interface org.ogf.saga.monitoring.Metric
Attribute name: name of the metric (ReadOnly).
NAME - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, name of service - not necessarily unique.
Network - Interface in org.ogf.saga.resource.instance
 
NetworkDescription - Interface in org.ogf.saga.resource.description
 
NO_SUCCESS - Static variable in exception org.ogf.saga.error.SagaException
 
NO_WAIT - Static variable in interface org.ogf.saga.SagaObject
Timeout constant: don't wait.
NODELAY - Static variable in interface org.ogf.saga.stream.Stream
Attribute name, determines if packets are sent without delay.
normalize() - Method in interface org.ogf.saga.url.URL
See URI.
NoSuccessException - Exception in org.ogf.saga.error
This exception indicates that an operation failed semantically.
NoSuccessException() - Constructor for exception org.ogf.saga.error.NoSuccessException
Constructs a NoSuccess exception.
NoSuccessException(String) - Constructor for exception org.ogf.saga.error.NoSuccessException
Constructs a NoSuccess exception with the specified detail message.
NoSuccessException(Throwable) - Constructor for exception org.ogf.saga.error.NoSuccessException
Constructs a NoSuccess exception with the specified cause.
NoSuccessException(String, Throwable) - Constructor for exception org.ogf.saga.error.NoSuccessException
Constructs a NoSuccess exception with the specified detail message and cause.
NoSuccessException(String, SagaObject) - Constructor for exception org.ogf.saga.error.NoSuccessException
Constructs a NoSuccess exception with the specified detail message and associated SAGA object.
NoSuccessException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.NoSuccessException
Constructs a new NoSuccessException with the specified cause and associated SAGA object.
NoSuccessException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.NoSuccessException
Constructs a new NoSuccessException with the specified detail message, specified cause and associated SAGA object.
NOT_IMPLEMENTED - Static variable in exception org.ogf.saga.error.SagaException
 
NotImplementedException - Exception in org.ogf.saga.error
This exception indicates that a SAGA method is not implemented.
NotImplementedException() - Constructor for exception org.ogf.saga.error.NotImplementedException
Constructs a NotImplemented exception.
NotImplementedException(String) - Constructor for exception org.ogf.saga.error.NotImplementedException
Constructs a NotImplemented exception with the specified detail message.
NotImplementedException(Throwable) - Constructor for exception org.ogf.saga.error.NotImplementedException
Constructs a NotImplemented exception with the specified cause.
NotImplementedException(String, Throwable) - Constructor for exception org.ogf.saga.error.NotImplementedException
Constructs a NotImplemented exception with the specified detail message and cause.
NotImplementedException(String, SagaObject) - Constructor for exception org.ogf.saga.error.NotImplementedException
Constructs a NotImplemented exception with the specified detail message and associated SAGA object.
NotImplementedException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.NotImplementedException
Constructs a new NotImplementedException with the specified cause and associated SAGA object.
NotImplementedException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.NotImplementedException
Constructs a new NotImplementedException with the specified detail message, specified cause and associated SAGA object.
NSDirectory - Interface in org.ogf.saga.namespace
Represents a namespace entry that is a directory, and defines additional methods for them.
NSEntry - Interface in org.ogf.saga.namespace
Defines methods that allow inspection and management of the entry.
NSFactory - Class in org.ogf.saga.namespace
Factory for objects from the namespace package.
NSFactory() - Constructor for class org.ogf.saga.namespace.NSFactory
 
NUMBEROFPROCESSES - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, total number of processes to be started.

O

open(URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a new NamespaceEntry instance.
open(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a new NamespaceEntry instance.
open(TaskMode, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a new NamespaceEntry instance.
open(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a new NamespaceEntry instance.
openDir(URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a new NamespaceDirectory instance.
openDir(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a new NamespaceDirectory instance.
openDir(TaskMode, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a new NamespaceDirectory instance.
openDir(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that creates a new NamespaceDirectory instance.
openDirectory(URL, int) - Method in interface org.ogf.saga.file.Directory
Creates a new Directory instance.
openDirectory(URL) - Method in interface org.ogf.saga.file.Directory
Creates a new Directory instance.
openDirectory(TaskMode, URL, int) - Method in interface org.ogf.saga.file.Directory
Creates a task that creates a new Directory instance.
openDirectory(TaskMode, URL) - Method in interface org.ogf.saga.file.Directory
Creates a task that creates a new Directory instance.
openFile(URL, int) - Method in interface org.ogf.saga.file.Directory
Creates a new File instance.
openFile(URL) - Method in interface org.ogf.saga.file.Directory
Creates a new File instance.
openFile(TaskMode, URL, int) - Method in interface org.ogf.saga.file.Directory
Creates a task that creates a new File instance.
openFile(TaskMode, URL) - Method in interface org.ogf.saga.file.Directory
Creates a task that creates a new File instance.
openFileInputStream(URL) - Method in interface org.ogf.saga.file.Directory
Creates a new FileInputStream instance.
openFileInputStream(TaskMode, URL) - Method in interface org.ogf.saga.file.Directory
Creates a task that creates a new FileInputStream instance.
openFileOutputStream(URL) - Method in interface org.ogf.saga.file.Directory
Creates a new FileOutputStream instance.
openFileOutputStream(URL, boolean) - Method in interface org.ogf.saga.file.Directory
Creates a new FileOutputStream instance.
openFileOutputStream(TaskMode, URL) - Method in interface org.ogf.saga.file.Directory
Creates a task that creates a new FileOutputStream instance.
openFileOutputStream(TaskMode, URL, boolean) - Method in interface org.ogf.saga.file.Directory
Creates a task that creates a new FileOutputStream instance.
openLogicalDir(URL, int) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a new LogicalDirectory instance.
openLogicalDir(URL) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a new LogicalDirectory instance with read flag.
openLogicalDir(TaskMode, URL, int) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a task that creates a new LogicalDirectory instance.
openLogicalDir(TaskMode, URL) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a task that creates a new LogicalDirectory instance.
openLogicalFile(URL, int) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a new LogicalFile instance.
openLogicalFile(URL) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a new LogicalFile instance with read flag.
openLogicalFile(TaskMode, URL, int) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a task that creates a new LogicalFile instance.
openLogicalFile(TaskMode, URL) - Method in interface org.ogf.saga.logicalfile.LogicalDirectory
Creates a task that creates a new LogicalFile instance.
OPERATINGSYSTEMTYPE - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, compatible operating system for job submission.
or(int) - Method in enum org.ogf.saga.namespace.Flags
Returns the result of or-ing this flag into an integer.
or(Flags) - Method in enum org.ogf.saga.namespace.Flags
Returns the result of or-ing this flag into another.
or(int) - Method in enum org.ogf.saga.permissions.Permission
Returns the result of or-ing this flag into an integer.
or(Permission) - Method in enum org.ogf.saga.permissions.Permission
Returns the result of or-ing this flag into another.
or(int) - Method in enum org.ogf.saga.stream.Activity
Returns the result of or-ing this flag into an integer.
or(Activity) - Method in enum org.ogf.saga.stream.Activity
Returns the result of or-ing this flag into another.
org.ogf.saga - package org.ogf.saga
This package contains the base object for almost all SAGA objects.
org.ogf.saga.attributes - package 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.bootstrap - package org.ogf.saga.bootstrap
This package contains the bootstrap mechanism which connects a SAGA application, written on top of the SAGA Java language bindings, to a specific SAGA implementation.
org.ogf.saga.buffer - package org.ogf.saga.buffer
This package provides the Buffer interface.
org.ogf.saga.context - package org.ogf.saga.context
This package contains the Context interface, which provides a common interface for storing security information.
org.ogf.saga.error - package 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 - package org.ogf.saga.file
This package provides classes to manipulate the contents of directories or files.
org.ogf.saga.isn - package org.ogf.saga.isn
Provides interfaces to retrieve data from an information model.
org.ogf.saga.job - package org.ogf.saga.job
The job package describes the API for submitting jobs to a grid resource.
org.ogf.saga.logicalfile - package org.ogf.saga.logicalfile
This package provides classes to interact with replica systems.
org.ogf.saga.monitoring - 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.
org.ogf.saga.namespace - package org.ogf.saga.namespace
This package provides classes to manipulate namespaces.
org.ogf.saga.permissions - package 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.resource - package org.ogf.saga.resource
This package provides classes to manage resources on remote grid/cloud systems.
org.ogf.saga.resource.description - package org.ogf.saga.resource.description
This package provides interfaces to describe resources to acquire.
org.ogf.saga.resource.instance - package org.ogf.saga.resource.instance
This package provides resources interfaces.
org.ogf.saga.resource.manager - package org.ogf.saga.resource.manager
This package provides the Resource Manager class.
org.ogf.saga.resource.task - package org.ogf.saga.resource.task
This package provides the ResourceTask interface that allows to manage resources as tasks.
org.ogf.saga.rpc - package 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 - package org.ogf.saga.sd
This API provides a mechanism to locate services.
org.ogf.saga.session - package 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 - package org.ogf.saga.stream
The streams package provides a simple mechanism for setting up connections to remote components.
org.ogf.saga.task - package org.ogf.saga.task
This package provides classes and methods for manipulating tasks and collections of tasks.
org.ogf.saga.url - package org.ogf.saga.url
The methods of the SAGA URL package allow access to the parts of an URL.
OUTPUT - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, pathname of the standard output file.

P

Parameter - Interface in org.ogf.saga.rpc
Parameters for RPC calls.
Permission - Enum in org.ogf.saga.permissions
Enumerates all permission values.
PERMISSION_DENIED - Static variable in exception org.ogf.saga.error.SagaException
 
PermissionDeniedException - Exception in org.ogf.saga.error
This exception indicates that the identity used for the operation did not have sufficient permissions to perform the operation successfully.
PermissionDeniedException() - Constructor for exception org.ogf.saga.error.PermissionDeniedException
Constructs a PermissionDenied exception.
PermissionDeniedException(String) - Constructor for exception org.ogf.saga.error.PermissionDeniedException
Constructs a PermissionDenied exception with the specified detail message.
PermissionDeniedException(Throwable) - Constructor for exception org.ogf.saga.error.PermissionDeniedException
Constructs a PermissionDenied exception with the specified cause.
PermissionDeniedException(String, Throwable) - Constructor for exception org.ogf.saga.error.PermissionDeniedException
Constructs a PermissionDenied exception with the specified detail message and cause.
PermissionDeniedException(String, SagaObject) - Constructor for exception org.ogf.saga.error.PermissionDeniedException
Constructs a PermissionDenied exception with the specified detail message and associated SAGA object.
PermissionDeniedException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.PermissionDeniedException
Constructs a new PermissionDeniedException with the specified cause and associated SAGA object.
PermissionDeniedException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.PermissionDeniedException
Constructs a new PermissionDeniedException with the specified detail message, specified cause and associated SAGA object.
Permissions<T> - Interface in org.ogf.saga.permissions
This interface describes methods to query and set permissions.
permissionsAllow(URL, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Allows the specified permissions for the specified id.
permissionsAllow(URL, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Allows the specified permissions for the specified id.
permissionsAllow(String, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Allows the specified permissions for the specified id.
permissionsAllow(String, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Allows the specified permissions for the specified id.
permissionsAllow(TaskMode, URL, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that enables the specified permissions for the specified id.
permissionsAllow(TaskMode, URL, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that enables the specified permissions for the specified id.
permissionsAllow(TaskMode, String, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that enables the specified permissions for the specified id.
permissionsAllow(TaskMode, String, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that enables the specified permissions for the specified id.
permissionsAllow(String, int, int) - Method in interface org.ogf.saga.namespace.NSEntry
Allows the specified permissions for the specified id.
permissionsAllow(TaskMode, String, int, int) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that enables the specified permissions for the specified id.
permissionsAllow(String, int) - Method in interface org.ogf.saga.permissions.Permissions
Allows the specified permissions for the specified id.
permissionsAllow(TaskMode, String, int) - Method in interface org.ogf.saga.permissions.Permissions
Creates a task that enables the specified permissions for the specified id.
permissionsCheck(String, int) - Method in interface org.ogf.saga.permissions.Permissions
Determines if the specified permissions are enabled for the specified id.
permissionsCheck(TaskMode, String, int) - Method in interface org.ogf.saga.permissions.Permissions
Creates a task that determines if the specified permissions are enabled for the specified id.
permissionsDeny(URL, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Denies the specified permissions for the specified id.
permissionsDeny(URL, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Denies the specified permissions for the specified id.
permissionsDeny(String, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Denies the specified permissions for the specified id.
permissionsDeny(String, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Denies the specified permissions for the specified id.
permissionsDeny(TaskMode, URL, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that disables the specified permissions for the specified id.
permissionsDeny(TaskMode, URL, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that disables the specified permissions for the specified id.
permissionsDeny(TaskMode, String, String, int, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that disables the specified permissions for the specified id.
permissionsDeny(TaskMode, String, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that disables the specified permissions for the specified id.
permissionsDeny(String, int, int) - Method in interface org.ogf.saga.namespace.NSEntry
Denies the specified permissions for the specified id.
permissionsDeny(TaskMode, String, int, int) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that disables the specified permissions for the specified id.
permissionsDeny(String, int) - Method in interface org.ogf.saga.permissions.Permissions
Denies the specified permissions for the specified id.
permissionsDeny(TaskMode, String, int) - Method in interface org.ogf.saga.permissions.Permissions
Creates a task that disables the specified permissions for the specified id.
PLACEMENT - Static variable in interface org.ogf.saga.resource.description.ResourceDescription
Attribute name: a string
PREFIX - Static variable in class org.ogf.saga.bootstrap.SagaProperties
All our own properties start with this prefix.
PROCESSESPERHOST - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, total number of processes to be started per host.
PROPERTIES_FILE - Static variable in class org.ogf.saga.bootstrap.SagaProperties
Property name of the property file.
PROPERTIES_FILENAME - Static variable in class org.ogf.saga.bootstrap.SagaProperties
Filename for the properties.

Q

QUEUE - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, name of queue to place the job into.

R

read(Buffer, int) - Method in interface org.ogf.saga.file.File
Reads up to len bytes from the file into the buffer.
read(Buffer, int, int) - Method in interface org.ogf.saga.file.File
Reads up to len bytes from the file into the buffer, at the specified offset.
read(Buffer) - Method in interface org.ogf.saga.file.File
Reads up to the buffer's size from the file into the buffer.
read(TaskMode, Buffer, int, int) - Method in interface org.ogf.saga.file.File
Creates a task that reads up to len bytes from the file into the buffer at the specified buffer offset.
read(TaskMode, Buffer, int) - Method in interface org.ogf.saga.file.File
Creates a task that reads up to len bytes from the file into the buffer.
read(TaskMode, Buffer) - Method in interface org.ogf.saga.file.File
Creates a task that reads up to the buffer's size bytes from the file into the buffer.
read(TaskMode) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that reads a byte from this stream.
read(TaskMode, byte[], int, int) - Method in class org.ogf.saga.file.FileInputStream
Creates task that reads (part of) a buffer from this stream.
read(TaskMode, byte[]) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that reads a buffer from this stream.
read(Buffer, int) - Method in interface org.ogf.saga.stream.Stream
Reads a raw buffer from the stream.
read(Buffer) - Method in interface org.ogf.saga.stream.Stream
Reads a raw buffer from the stream.
read(TaskMode, Buffer, int) - Method in interface org.ogf.saga.stream.Stream
Creates a task that reads a raw buffer from the stream.
read(TaskMode, Buffer) - Method in interface org.ogf.saga.stream.Stream
Creates a task that reads a raw buffer from the stream.
read(TaskMode) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that reads a byte from this stream.
read(TaskMode, byte[], int, int) - Method in class org.ogf.saga.stream.StreamInputStream
Creates task that reads (part of) a buffer from this stream.
read(TaskMode, byte[]) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that reads a buffer from this stream.
readE(String, String, Buffer) - Method in interface org.ogf.saga.file.File
Extended read.
readE(TaskMode, String, String, Buffer) - Method in interface org.ogf.saga.file.File
Creates a task for an extended read.
readLink(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Returns the URL representing the link target.
readLink(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that returns the URL representing the link target.
readLink() - Method in interface org.ogf.saga.namespace.NSEntry
Returns the URL representing the link target.
readLink(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that returns the URL representing the link target.
readP(String, Buffer) - Method in interface org.ogf.saga.file.File
Pattern-based read.
readP(TaskMode, String, Buffer) - Method in interface org.ogf.saga.file.File
Creates a task that does a pattern-based read.
readV(IOVec[]) - Method in interface org.ogf.saga.file.File
Gather/scatter read.
readV(TaskMode, IOVec[]) - Method in interface org.ogf.saga.file.File
Creates a task that does a gather/scatter read.
reconfigure(RD) - Method in interface org.ogf.saga.resource.instance.Resource
Reconfigure
RELATED_SERVICES - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, uids of related services.
release(boolean) - Method in interface org.ogf.saga.resource.instance.Compute
Release resource
release() - Method in interface org.ogf.saga.resource.instance.Resource
Release resource
releaseCompute(String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Close compute resource, even if it is not drained.
releaseCompute(String, boolean) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Close compute resource
releaseCompute(TaskMode, String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that closes compute resource, even if it is not drained.
releaseCompute(TaskMode, String, boolean) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that closes compute resource.
releaseNetwork(String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Close network resource
releaseNetwork(TaskMode, String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that closes network resource.
releaseStorage(String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Close storage resource
releaseStorage(TaskMode, String) - Method in interface org.ogf.saga.resource.manager.ResourceManager
Creates a task that closes storage resource.
RELIABLE - Static variable in interface org.ogf.saga.stream.Stream
Attribute name, determines if all sent data MUST arrive.
REMOTEHOST - Static variable in interface org.ogf.saga.context.Context
Attribute name: The hostname where the connection originates which is identified by this context.
REMOTEID - Static variable in interface org.ogf.saga.context.Context
Attribute name: User ID for a remote user, who is identified by this context.
REMOTEPORT - Static variable in interface org.ogf.saga.context.Context
Attribute name: the port used for the connection which is identified by this context.
remove(URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Removes the specified entry.
remove(URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Removes the specified entry.
remove(String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Removes the specified entry.
remove(String) - Method in interface org.ogf.saga.namespace.NSDirectory
Removes the specified entry.
remove(TaskMode, URL, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that removes the specified entry.
remove(TaskMode, URL) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that removes the specified entry.
remove(TaskMode, String, int) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that removes the specified entry.
remove(TaskMode, String) - Method in interface org.ogf.saga.namespace.NSDirectory
Creates a task that removes the specified entry.
remove(int) - Method in interface org.ogf.saga.namespace.NSEntry
Removes this entry and closes it.
remove() - Method in interface org.ogf.saga.namespace.NSEntry
Removes this entry and closes it.
remove(TaskMode, int) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that removes this entry and closes it.
remove(TaskMode) - Method in interface org.ogf.saga.namespace.NSEntry
Creates a task that removes this entry and closes it.
remove(Task<?, ?>) - Method in interface org.ogf.saga.task.TaskContainer
Removes the specified task from this container.
removeAttribute(TaskMode, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that removes an attribute.
removeAttribute(String) - Method in interface org.ogf.saga.attributes.Attributes
Removes an attribute.
removeCallback(TaskMode, String, int) - Method in interface org.ogf.saga.monitoring.AsyncMonitorable
Creates a task that removes the specified callback.
removeCallback(int) - Method in interface org.ogf.saga.monitoring.Metric
Removes a callback from the metric.
removeCallback(String, int) - Method in interface org.ogf.saga.monitoring.Monitorable
Removes the specified callback.
removeContext(Context) - Method in interface org.ogf.saga.session.Session
Detaches the specified security context from the session.
removeLocation(URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Removes a replica location from the replica set.
removeLocation(TaskMode, URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Creates a task that removes a replica location from the replica set.
removeMetric(TaskMode, String) - Method in interface org.ogf.saga.monitoring.AsyncSteerable
Creates a task that removes a metric instance.
removeMetric(String) - Method in interface org.ogf.saga.monitoring.Steerable
Removes a metric instance.
replicate(URL, int) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Replicates a file from any of the known locations to a new location.
replicate(URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Replicates a file from any of the known locations to a new location, with default flags NONE.
replicate(TaskMode, URL, int) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Creates a task that replicates a file from any of the known locations to a new location.
replicate(TaskMode, URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Creates a task that replicates a file from any of the known locations to a new location, with default flags NONE.
reset(TaskMode) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that resets the position to the position last marked.
reset(TaskMode) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that resets the position to the position last marked.
resolve(URL) - Method in interface org.ogf.saga.url.URL
See URI.
Resource<R,RD> - Interface in org.ogf.saga.resource.instance
 
RESOURCE_DESCRIPTION - Static variable in interface org.ogf.saga.resource.instance.Resource
Attribute name: human readable description of the resource
RESOURCE_ID - Static variable in interface org.ogf.saga.resource.instance.Resource
Attribute name: SAGA representation of the resource identifier
RESOURCE_STATE - Static variable in interface org.ogf.saga.resource.task.ResourceTask
Metric name: fires on resource state change, and has the literal value of the resource state enumeration.
RESOURCE_STATEDETAIL - Static variable in interface org.ogf.saga.resource.task.ResourceTask
Metric name: fires as a resource changes its state detail.
RESOURCE_TYPE - Static variable in interface org.ogf.saga.resource.instance.Resource
Attribute name: the resource type
ResourceDescription - Interface in org.ogf.saga.resource.description
 
ResourceFactory - Class in org.ogf.saga.resource
 
ResourceFactory() - Constructor for class org.ogf.saga.resource.ResourceFactory
 
ResourceManager - Interface in org.ogf.saga.resource.manager
The resource manager can translate resource requests into stateful resource handles.
ResourceTask - Interface in org.ogf.saga.resource.task
This interface contains part of the Resource interface.
resume() - Method in interface org.ogf.saga.job.Job
Asks the resource manager to perform a resume operation on a suspended job.
resume(TaskMode) - Method in interface org.ogf.saga.job.Job
Creates a task that asks the resource manager to perform a resume operation on a suspended job.
rethrow() - Method in interface org.ogf.saga.task.Task
Throws any exception a failed task caught.
RPC - Interface in org.ogf.saga.rpc
The RPC class represents a remote function handle that can be called repeatedly.
RPCFactory - Class in org.ogf.saga.rpc
Factory for objects from the RPC package.
RPCFactory() - Constructor for class org.ogf.saga.rpc.RPCFactory
 
run() - Method in interface org.ogf.saga.task.Task
Starts the asynchronous operation.
run() - Method in interface org.ogf.saga.task.TaskContainer
Starts all asynchronous operations in the container.
runJob(String, String, boolean) - Method in interface org.ogf.saga.job.JobService
Runs the specified command on the specified host.
runJob(String, String) - Method in interface org.ogf.saga.job.JobService
Runs the specified command, non-interactively, on the specified host.
runJob(String, boolean) - Method in interface org.ogf.saga.job.JobService
Runs the specified command on a host chosen by the implementation.
runJob(String) - Method in interface org.ogf.saga.job.JobService
Runs the specified command, non-interactively, on a host chosen by the implementation.
runJob(TaskMode, String, String, boolean) - Method in interface org.ogf.saga.job.JobService
Creates a task that runs the specified command on the specified host.
runJob(TaskMode, String, String) - Method in interface org.ogf.saga.job.JobService
Creates a task that runs the specified command, non-interactively, on the specified host.
runJob(TaskMode, String, boolean) - Method in interface org.ogf.saga.job.JobService
Creates a task that runs the specified command on a host chosen by the implementation.
runJob(TaskMode, String) - Method in interface org.ogf.saga.job.JobService
Creates a task that runs the specified command, non-interactively, on a host chosen by the implementation.

S

SagaException - Exception in org.ogf.saga.error
This is the base class for all exceptions in SAGA.
SagaException(int) - Constructor for exception org.ogf.saga.error.SagaException
Constructs a new SAGA exception.
SagaException(int, String) - Constructor for exception org.ogf.saga.error.SagaException
Constructs a new SAGA exception with the specified detail message.
SagaException(int, Throwable) - Constructor for exception org.ogf.saga.error.SagaException
Constructs a new SAGA exception with the specified cause.
SagaException(int, String, Throwable) - Constructor for exception org.ogf.saga.error.SagaException
Constructs a new SAGA exception with the specified detail message and cause.
SagaException(int, String, SagaObject) - Constructor for exception org.ogf.saga.error.SagaException
Constructs a new SAGA exception with the specified detail message and associated SAGA object.
SagaException(int, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.SagaException
Constructs a new SAGA exception with the specified cause and associated SAGA object.
SagaException(int, String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.SagaException
Constructs a new SAGA exception with the specified detail message, specified cause and associated SAGA object.
SagaFactory - Interface in org.ogf.saga.bootstrap
This interface must be implemented by a SAGA implementation that uses these language bindings.
SagaIOException - Exception in org.ogf.saga.error
This exception is specific to the Java Language Bindings for SAGA, which uses this exception for some methods, instead of returning POSIX error code.
SagaIOException() - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs an SagaIO exception.
SagaIOException(String) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs an SagaIO exception with the specified detail message.
SagaIOException(String, int) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs an SagaIO exception with the specified detail message and error code,
SagaIOException(Throwable) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs an SagaIO exception with the specified cause.
SagaIOException(String, Throwable) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs an SagaIO exception with the specified detail message and cause.
SagaIOException(String, SagaObject) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs an SagaIO exception with the specified detail message and associated SAGA object.
SagaIOException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs a new SagaIOException with the specified cause and associated SAGA object.
SagaIOException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs a new SagaIOException with the specified detail message, specified cause and associated SAGA object.
SagaIOException(String, Throwable, int, SagaObject) - Constructor for exception org.ogf.saga.error.SagaIOException
Constructs an SagaIO exception with the specified detail message.
SagaObject - Interface in org.ogf.saga
This is the base for all SAGA objects.
SagaProperties - Class in org.ogf.saga.bootstrap
Properties for Saga.
SDFactory - Class in org.ogf.saga.sd
Factory for the creation of Discoverer objects.
SDFactory() - Constructor for class org.ogf.saga.sd.SDFactory
 
seek(long, SeekMode) - Method in interface org.ogf.saga.file.File
Repositions the current file position as requested.
seek(TaskMode, long, SeekMode) - Method in interface org.ogf.saga.file.File
Creates a task that repositions the current file position as requested.
SeekMode - Enum in org.ogf.saga.file
Determines the seekmode for File.seek(long, org.ogf.saga.file.SeekMode): the specified offset is interpreted with respect to the start, the current position, or the end.
serve() - Method in interface org.ogf.saga.stream.StreamServer
Waits for incoming client connections (like an accept of a serversocket).
serve(float) - Method in interface org.ogf.saga.stream.StreamServer
Waits for incoming client connections (like an accept of a serversocket).
serve(TaskMode) - Method in interface org.ogf.saga.stream.StreamServer
Obtains a task that waits for incoming client connections (like an accept of a serversocket).
serve(TaskMode, float) - Method in interface org.ogf.saga.stream.StreamServer
Obtains a task that waits for incoming client connections (like an accept of a serversocket).
SERVER - Static variable in interface org.ogf.saga.context.Context
Attribute name: server which manages the context.
ServiceData - Interface in org.ogf.saga.sd
Read access to the key/value pairs of a ServiceDescription instance.
ServiceDescription - Interface in org.ogf.saga.sd
Read access to the top level data of the service and a means to navigate to related services.
SERVICEURL - Static variable in interface org.ogf.saga.job.Job
Attribute name, URL representation of the JobService that created the job.
Session - Interface in org.ogf.saga.session
A session isolates independent sets of SAGA objects from each other, and supports management of security contexts.
SessionFactory - Class in org.ogf.saga.session
Factory for creating sessions.
SessionFactory() - Constructor for class org.ogf.saga.session.SessionFactory
 
setAttribute(TaskMode, String, String) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that sets an attribute to a value.
setAttribute(String, String) - Method in interface org.ogf.saga.attributes.Attributes
Sets an attribute to a value.
setData(byte[]) - Method in interface org.ogf.saga.buffer.Buffer
Sets the buffer data.
setData(Object) - Method in interface org.ogf.saga.rpc.Parameter
Sets the parameter object.
setFragment(String) - Method in interface org.ogf.saga.url.URL
Sets the fragment part of this URL to the specified parameter.
setFragment() - Method in interface org.ogf.saga.url.URL
Sets the fragment part of this URL to "".
setHost(String) - Method in interface org.ogf.saga.url.URL
Sets the host part of this URL to the specified parameter.
setHost() - Method in interface org.ogf.saga.url.URL
Sets the host part of this URL to "".
setIOMode(IOMode) - Method in interface org.ogf.saga.rpc.Parameter
Sets the io mode.
setLenIn(int) - Method in interface org.ogf.saga.file.IOVec
Sets the lenIn attribute.
setOffset(int) - Method in interface org.ogf.saga.file.IOVec
Sets the offset attribute.
setPath(String) - Method in interface org.ogf.saga.url.URL
Sets the path part of this URL to the specified parameter.
setPath() - Method in interface org.ogf.saga.url.URL
Sets the path part of this URL to "".
setPort(int) - Method in interface org.ogf.saga.url.URL
Sets the port number of this URL to the specified parameter.
setPort() - Method in interface org.ogf.saga.url.URL
Sets the port number of this URL to -1.
setQuery(String) - Method in interface org.ogf.saga.url.URL
Sets the query part of this URL to the specified parameter.
setQuery() - Method in interface org.ogf.saga.url.URL
Sets the query part of this URL to "".
setScheme(String) - Method in interface org.ogf.saga.url.URL
Sets the scheme part of this URL to the specified parameter.
setScheme() - Method in interface org.ogf.saga.url.URL
Sets the scheme part of this URL to the specified parameter.
setSize(int) - Method in interface org.ogf.saga.buffer.Buffer
Sets the size of the buffer.
setSize() - Method in interface org.ogf.saga.buffer.Buffer
Sets the size of the buffer.
setString(String) - Method in interface org.ogf.saga.url.URL
Replaces the current value of the URL with the specified value.
setString() - Method in interface org.ogf.saga.url.URL
Replaces the current value of the URL with "".
setUserInfo(String) - Method in interface org.ogf.saga.url.URL
Sets the user info part of this URL to the specified parameter.
setUserInfo() - Method in interface org.ogf.saga.url.URL
Sets the user info part of this URL to "".
setVectorAttribute(TaskMode, String, String[]) - Method in interface org.ogf.saga.attributes.AsyncAttributes
Creates a task that sets an attribute to an array of values.
setVectorAttribute(String, String[]) - Method in interface org.ogf.saga.attributes.Attributes
Sets an attribute to an array of values.
signal(int) - Method in interface org.ogf.saga.job.Job
Asks the resource manager to deliver an arbitrary signal to a dispatched job.
signal(TaskMode, int) - Method in interface org.ogf.saga.job.Job
Creates a task that asks the resource manager to deliver an arbitrary signal to a dispatched job.
SITE - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, name of site.
SIZE - Static variable in interface org.ogf.saga.resource.description.ComputeDescription
Attribute name: the number of slots (default = 1)
SIZE - Static variable in interface org.ogf.saga.resource.description.NetworkDescription
Attribute name: number of IPs
SIZE - Static variable in interface org.ogf.saga.resource.description.StorageDescription
Attribute name: size in bytes /kB/MB/...
size() - Method in interface org.ogf.saga.task.TaskContainer
Returns the number of tasks in this task container.
sizeE(String, String) - Method in interface org.ogf.saga.file.File
Determines the storage size required for an extended I/O operation.
sizeE(TaskMode, String, String) - Method in interface org.ogf.saga.file.File
Creates a task that determines the storage size required for an extended I/O operation.
sizeP(String) - Method in interface org.ogf.saga.file.File
Determines the storage size required for a pattern I/O operation.
sizeP(TaskMode, String) - Method in interface org.ogf.saga.file.File
Creates a task that determines the storage size required for a pattern I/O operation.
skip(TaskMode, long) - Method in class org.ogf.saga.file.FileInputStream
Creates a task that skips the specified number of bytes from this stream.
skip(TaskMode, long) - Method in class org.ogf.saga.stream.StreamInputStream
Creates a task that skips the specified number of bytes from this stream.
SPMDVARIATION - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, SPMD job type and startup mechanism.
START - Static variable in interface org.ogf.saga.resource.description.ResourceDescription
Attribute name: a date (default = now)
STARTED - Static variable in interface org.ogf.saga.job.Job
Attribute name, time stamp indicating when the job started running.
State - Enum in org.ogf.saga.resource.task
 
State - Enum in org.ogf.saga.task
This enumeration type describes the possible states of a task.
Steerable - Interface in org.ogf.saga.monitoring
The Steerable interface is implemented by SAGA objects that can be steered (have writable metrics and/or allow to add new metrics).
Storage - Interface in org.ogf.saga.resource.instance
 
StorageDescription - Interface in org.ogf.saga.resource.description
 
Stream - Interface in org.ogf.saga.stream
A client stream object.
STREAM_DROPPED - Static variable in interface org.ogf.saga.stream.Stream
Metric name, fires if the stream gets dropped by the remote party.
STREAM_EXCEPTION - Static variable in interface org.ogf.saga.stream.Stream
Metric name, fires if the stream has an error condition.
STREAM_READ - Static variable in interface org.ogf.saga.stream.Stream
Metric name, fires if the stream gets readable (which means that a subsequent read() can successfully read one or more bytes of data).
STREAM_STATE - Static variable in interface org.ogf.saga.stream.Stream
Metric name, fires if the state of the stream changes, and has the value of the new state.
STREAM_WRITE - Static variable in interface org.ogf.saga.stream.Stream
Metric name, fires if the stream gets writable (which means that a subsequent write() can successfully write one or more bytes of data).
StreamFactory - Class in org.ogf.saga.stream
Factory for objects from the stream package.
StreamFactory() - Constructor for class org.ogf.saga.stream.StreamFactory
 
StreamInputStream - Class in org.ogf.saga.stream
Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
StreamInputStream() - Constructor for class org.ogf.saga.stream.StreamInputStream
 
StreamOutputStream - Class in org.ogf.saga.stream
Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
StreamOutputStream() - Constructor for class org.ogf.saga.stream.StreamOutputStream
 
StreamServer - Interface in org.ogf.saga.stream
A StreamServer object represents an endpoint for a listening/server object that waits for client connections.
STREAMSERVER_CLIENTCONNECT - Static variable in interface org.ogf.saga.stream.StreamServer
Metric name, fires if a client connects.
StreamState - Enum in org.ogf.saga.stream
SAGA Stream states.
STRING - Static variable in interface org.ogf.saga.attributes.Attributes
Values of String type attributes are expressed as-is.
suspend() - Method in interface org.ogf.saga.job.Job
Asks the resource manager to perform a suspend operation on a running job.
suspend(TaskMode) - Method in interface org.ogf.saga.job.Job
Creates a task that asks the resource manager to perform a suspend operation on a running job.

T

Task<T,E> - Interface in org.ogf.saga.task
Tasks can only be created through asynchronous method calls.
TASK_STATE - Static variable in interface org.ogf.saga.task.Task
Metric name: fires on task state change, and has the literal value of the task state enumeration.
TaskContainer - Interface in org.ogf.saga.task
Container object for tasks.
TASKCONTAINER_STATE - Static variable in interface org.ogf.saga.task.TaskContainer
Metric name: fires on state changes of any task in the container, and has the value of that task's object identifier.
TaskFactory - Class in org.ogf.saga.task
Factory for objects in the task package.
TaskFactory() - Constructor for class org.ogf.saga.task.TaskFactory
 
TaskMode - Enum in org.ogf.saga.task
This enumeration type describes the possible ways to create a task: Asynchronous (the task is started in RUNNING state), Task (the task is started in NEW state), or Synchronous (the task is started and waited for).
TEMPLATE - Static variable in interface org.ogf.saga.resource.description.ResourceDescription
Attribute name: a list of strings
TERMSIG - Static variable in interface org.ogf.saga.job.Job
Attribute name, signal number which caused the job to exit.
THREADSPERPROCESS - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, number of threads to start per process.
TIME - Static variable in interface org.ogf.saga.attributes.Attributes
Values of Time type attributes are expressed as they would in result of a call to ctime(), as defined by POSIX, which is almost the same as the result SimpleDateFormat, when the SimpleDateFormat object is instantiated with "EEE MMM dd HH:mm:ss yyyy".
TIMEOUT - Static variable in exception org.ogf.saga.error.SagaException
 
TIMEOUT - Static variable in interface org.ogf.saga.stream.Stream
Attribute name, determines the amount of idle time before dropping the connection, in seconds.
TimeoutException - Exception in org.ogf.saga.error
This exception indicates that a remote operation did not complete successfully because the network communication or the remote service timed out.
TimeoutException() - Constructor for exception org.ogf.saga.error.TimeoutException
Constructs a Timeout exception.
TimeoutException(String) - Constructor for exception org.ogf.saga.error.TimeoutException
Constructs a Timeout exception with the specified detail message.
TimeoutException(Throwable) - Constructor for exception org.ogf.saga.error.TimeoutException
Constructs a Timeout exception with the specified cause.
TimeoutException(String, Throwable) - Constructor for exception org.ogf.saga.error.TimeoutException
Constructs a Timeout exception with the specified detail message and cause.
TimeoutException(String, SagaObject) - Constructor for exception org.ogf.saga.error.TimeoutException
Constructs a Timeout exception with the specified detail message and associated SAGA object.
TimeoutException(Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.TimeoutException
Constructs a new TimeoutException with the specified cause and associated SAGA object.
TimeoutException(String, Throwable, SagaObject) - Constructor for exception org.ogf.saga.error.TimeoutException
Constructs a new TimeoutException with the specified detail message, specified cause and associated SAGA object.
toString() - Method in exception org.ogf.saga.error.SagaException
Returns a short description of this SagaException.
TOTALCPUCOUNT - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, total number of cpus requested for this job.
TOTALCPUTIME - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, estimate of total number of CPU seconds the job will require.
TOTALPHYSICALMEMORY - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, estimate of the amount of memory the job requires.
translate(String) - Method in interface org.ogf.saga.url.URL
Returns a new URL with the scheme part replaced.
translate(Session, String) - Method in interface org.ogf.saga.url.URL
Returns a new URL with the scheme part replaced.
TRIGGER - Static variable in interface org.ogf.saga.attributes.Attributes
Trigger type attributes don't have a value at all.
TRUE - Static variable in interface org.ogf.saga.attributes.Attributes
'True' value of a 'Bool' attribute.
TYPE - Static variable in interface org.ogf.saga.context.Context
Attribute name: type of context.
TYPE - Static variable in interface org.ogf.saga.monitoring.Metric
Attribute name: value type of the metric (ReadOnly).
TYPE - Static variable in interface org.ogf.saga.resource.description.ResourceDescription
Attribute name: value is "COMPUTE", "NETWORK" or "STORAGE"
Type - Enum in org.ogf.saga.resource
 
TYPE - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, type of service.

U

UID - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, unique identifier of service.
UNIT - Static variable in interface org.ogf.saga.monitoring.Metric
Attribute name: unit of the metric (ReadOnly).
updateLocation(URL, URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Changes a replica location in the replica set.
updateLocation(TaskMode, URL, URL) - Method in interface org.ogf.saga.logicalfile.LogicalFile
Creates a task that changes a replica location in the replica set.
URL - Static variable in interface org.ogf.saga.sd.ServiceDescription
Attribute name, url to contact the service.
URL - Interface in org.ogf.saga.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.
URLFactory - Class in org.ogf.saga.url
Factory for URLs.
URLFactory() - Constructor for class org.ogf.saga.url.URLFactory
 
USERCERT - Static variable in interface org.ogf.saga.context.Context
Attribute name: Location of a user certificate to be used.
USERID - Static variable in interface org.ogf.saga.context.Context
Attribute name: User ID or user name to use.
USERKEY - Static variable in interface org.ogf.saga.context.Context
Attribute name: Location of a user key to use.
USERPASS - Static variable in interface org.ogf.saga.context.Context
Attribute name: Password to use.
USERPROXY - Static variable in interface org.ogf.saga.context.Context
Attribute name: Location of an existing certificate proxy to be used.
USERVO - Static variable in interface org.ogf.saga.context.Context
Attribute name: The VO the context belongs to.

V

VALUE - Static variable in interface org.ogf.saga.monitoring.Metric
Attribute name: value of the metric (See Metric.MODE).
valueOf(String) - Static method in enum org.ogf.saga.file.SeekMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.namespace.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.permissions.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.resource.task.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.resource.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.rpc.IOMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.stream.Activity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.stream.StreamState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.task.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.task.TaskMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ogf.saga.task.WaitMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ogf.saga.file.SeekMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.namespace.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.permissions.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.resource.task.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.resource.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.rpc.IOMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.stream.Activity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.stream.StreamState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.task.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.task.TaskMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ogf.saga.task.WaitMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT_FOREVER - Static variable in interface org.ogf.saga.SagaObject
Timeout constant: wait forever.
waitFor() - Method in interface org.ogf.saga.resource.task.ResourceTask
Waits for the resource end up in a final state.
waitFor(float) - Method in interface org.ogf.saga.resource.task.ResourceTask
Waits for the task to end up in a final state.
waitFor(State) - Method in interface org.ogf.saga.resource.task.ResourceTask
Waits for the task to end up in specified state.
waitFor(float, State) - Method in interface org.ogf.saga.resource.task.ResourceTask
Waits for the task to end up in specified state.
waitFor(int) - Method in interface org.ogf.saga.stream.Stream
Checks if the stream is ready for I/O, or if it has entered the ERROR state.
waitFor(int, float) - Method in interface org.ogf.saga.stream.Stream
Checks if the stream is ready for I/O, or if it has entered the ERROR state.
waitFor(TaskMode, int) - Method in interface org.ogf.saga.stream.Stream
Returns a task that checks if the stream is ready for I/O, or if it has entered the ERROR state.
waitFor(TaskMode, int, float) - Method in interface org.ogf.saga.stream.Stream
Returns a task that checks if the stream is ready for I/O, or if it has entered the ERROR state.
waitFor() - Method in interface org.ogf.saga.task.Task
Waits for the task end up in a final state.
waitFor(float) - Method in interface org.ogf.saga.task.Task
Waits for the task to end up in a final state.
waitFor() - Method in interface org.ogf.saga.task.TaskContainer
Waits for all tasks to end up in a final state.
waitFor(WaitMode) - Method in interface org.ogf.saga.task.TaskContainer
Waits for one or more of the tasks to end up in a final state.
waitFor(float) - Method in interface org.ogf.saga.task.TaskContainer
Waits for all tasks to end up in a final state.
waitFor(float, WaitMode) - Method in interface org.ogf.saga.task.TaskContainer
Waits for one or more of the tasks to end up in a final state.
WaitMode - Enum in org.ogf.saga.task
When waiting for tasks in a task container, the user can either wait for all tasks in the container, or for any task in the container.
WALLTIMELIMIT - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, hard limit for the total job runtime.
WORKINGDIRECTORY - Static variable in interface org.ogf.saga.job.Job
Attribute name, working directory on the execution host.
WORKINGDIRECTORY - Static variable in interface org.ogf.saga.job.JobDescription
Attribute name, working directory for the job.
write(Buffer, int, int) - Method in interface org.ogf.saga.file.File
Writes up to len bytes from the buffer at the specified buffer offset to the file at the current file position.
write(Buffer, int) - Method in interface org.ogf.saga.file.File
Writes up to len bytes from the buffer to the file at the current file position.
write(Buffer) - Method in interface org.ogf.saga.file.File
Writes up to the buffer's size bytes from the buffer to the file at the current file position.
write(TaskMode, Buffer, int, int) - Method in interface org.ogf.saga.file.File
Creates a task that writes up to len bytes from the buffer at the specified buffer offset to the file at the current file position.
write(TaskMode, Buffer, int) - Method in interface org.ogf.saga.file.File
Creates a task that writes up to len bytes from the buffer to the file at the current file position.
write(TaskMode, Buffer) - Method in interface org.ogf.saga.file.File
Creates a task that writes up to the buffer's size bytes from the buffer to the file at the current file position.
write(TaskMode, int) - Method in class org.ogf.saga.file.FileOutputStream
Creates a task that writes a byte to this stream.
write(TaskMode, byte[], int, int) - Method in class org.ogf.saga.file.FileOutputStream
Creates a task that writes (part of) a buffer to this stream.
write(TaskMode, byte[]) - Method in class org.ogf.saga.file.FileOutputStream
Creates a task that writes a buffer to this stream.
write(Buffer, int) - Method in interface org.ogf.saga.stream.Stream
Writes a raw buffer to the stream.
write(Buffer) - Method in interface org.ogf.saga.stream.Stream
Writes a raw buffer to the stream.
write(TaskMode, Buffer, int) - Method in interface org.ogf.saga.stream.Stream
Creates a task that writes a raw buffer to the stream.
write(TaskMode, Buffer) - Method in interface org.ogf.saga.stream.Stream
Creates a task that writes a raw buffer to the stream.
write(TaskMode, int) - Method in class org.ogf.saga.stream.StreamOutputStream
Creates a task that writes a byte to this stream.
write(TaskMode, byte[], int, int) - Method in class org.ogf.saga.stream.StreamOutputStream
Creates a task that writes (part of) a buffer to this stream.
write(TaskMode, byte[]) - Method in class org.ogf.saga.stream.StreamOutputStream
Creates a task that writes a buffer to this stream.
writeE(String, String, Buffer) - Method in interface org.ogf.saga.file.File
Extended write.
writeE(TaskMode, String, String, Buffer) - Method in interface org.ogf.saga.file.File
Creates a task for an extended write.
writeP(String, Buffer) - Method in interface org.ogf.saga.file.File
Pattern-based write.
writeP(TaskMode, String, Buffer) - Method in interface org.ogf.saga.file.File
Creates a task that does a pattern-based write.
writeV(IOVec[]) - Method in interface org.ogf.saga.file.File
Gather/scatter write.
writeV(TaskMode, IOVec[]) - Method in interface org.ogf.saga.file.File
Creates a task that does a gather/scatter write.
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2016 Open Grid Forum. All rights reserved.