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

C

cancel() - Method in interface org.gridlab.gat.resources.Reservation
This method upon successfully completing cancels the reservation corresponding to the associated Reservation instance.
canRead() - Method in class org.gridlab.gat.io.File
 
canWrite() - Method in class org.gridlab.gat.io.File
 
CertificateSecurityContext - Class in org.gridlab.gat.security
A container for security Information based upon certificates.
CertificateSecurityContext(URI, URI, String, String) - Constructor for class org.gridlab.gat.security.CertificateSecurityContext
Constructs a CertificateSecurityContext out of a URI pointing to the private key, a URI pointing to the certificate, a username and a password.
CertificateSecurityContext(URI, URI, String) - Constructor for class org.gridlab.gat.security.CertificateSecurityContext
Constructs a CertificateSecurityContext out of a URI pointing to the private key, a URI pointing to the certificate and a password.
checkpoint() - Method in interface org.gridlab.gat.resources.Job
Deprecated. Deprecated, this method doesn't fit in the API anymore
clone() - Method in class org.gridlab.gat.GATContext
Returns a clone of this GATContext.
clone() - Method in class org.gridlab.gat.Preferences
Returns a shallow clone of this Preferences.
clone() - Method in class org.gridlab.gat.resources.JavaSoftwareDescription
 
clone() - Method in class org.gridlab.gat.resources.JobDescription
 
clone() - Method in class org.gridlab.gat.resources.SoftwareDescription
 
clone() - Method in class org.gridlab.gat.security.CertificateSecurityContext
Returns a clone of this context.
clone() - Method in class org.gridlab.gat.security.CredentialSecurityContext
Returns a clone of this context.
clone() - Method in class org.gridlab.gat.security.MyProxyServerCredentialSecurityContext
 
clone() - Method in class org.gridlab.gat.security.PasswordSecurityContext
Returns a clone of this context.
clone() - Method in class org.gridlab.gat.security.SecurityContext
Returns a clone of this context.
cloneJob(HardwareResource) - Method in interface org.gridlab.gat.resources.Job
Deprecated. Deprecated, this method doesn't fit in the API anymore
close() - Method in class org.gridlab.gat.io.FileInputStream
See FileInputStream.close().
close() - Method in class org.gridlab.gat.io.FileOutputStream
See OutputStream.close().
close() - Method in interface org.gridlab.gat.io.Pipe
Close the connection to the other process.
close() - Method in class org.gridlab.gat.io.RandomAccessFile
 
CommandNotFoundException - Exception in org.gridlab.gat
Thrown when a local command is executed that doesn't exist
CommandNotFoundException() - Constructor for exception org.gridlab.gat.CommandNotFoundException
 
CommandNotFoundException(String, Throwable) - Constructor for exception org.gridlab.gat.CommandNotFoundException
 
CommandNotFoundException(String) - Constructor for exception org.gridlab.gat.CommandNotFoundException
 
compareTo(File) - Method in class org.gridlab.gat.io.File
 
compareTo(Object) - Method in class org.gridlab.gat.URI
Compares this URI to another object, which must be a URI.
connect() - Method in interface org.gridlab.gat.io.Endpoint
Connect to the Endpoint.
containsKey(String) - Method in class org.gridlab.gat.Preferences
Returns true if the supplied object equals() a key in this Preferences.
containsNoteKey(String) - Method in class org.gridlab.gat.security.SecurityContext
Checks whether there exists a note with the given key.
containsValue(Object) - Method in class org.gridlab.gat.Preferences
Returns true if this Preferences contains a value o, such that o.equals(value).
CONTINUOUS - Static variable in class org.gridlab.gat.monitoring.MetricDefinition
 
copy(URI) - Method in class org.gridlab.gat.io.File
This method copies the physical file represented by this File instance to a physical file identified by the passed URI.
CoScheduleJob - Interface in org.gridlab.gat.resources
An instance of this class represents a coschedule job.
CoScheduleJobDescription - Class in org.gridlab.gat.resources
An instance of this class describes an coschedule job to be run.
CoScheduleJobDescription() - Constructor for class org.gridlab.gat.resources.CoScheduleJobDescription
Creates a CoScheduleJobDescription without JobDescription
CoScheduleJobDescription(JobDescription) - Constructor for class org.gridlab.gat.resources.CoScheduleJobDescription
Creates a CoScheduleJobDescription with one JobDescription of a job that will be included in the coscheduling.
CoScheduleJobDescription(JobDescription[]) - Constructor for class org.gridlab.gat.resources.CoScheduleJobDescription
Creates a CoScheduleJobDescription with a set of JobDescriptions of a jobs that will be included in the coscheduling.
CouldNotInitializeCredentialException - Exception in org.gridlab.gat
Thrown when a credential could not be initialized
CouldNotInitializeCredentialException() - Constructor for exception org.gridlab.gat.CouldNotInitializeCredentialException
 
CouldNotInitializeCredentialException(String) - Constructor for exception org.gridlab.gat.CouldNotInitializeCredentialException
 
CouldNotInitializeCredentialException(String, Throwable) - Constructor for exception org.gridlab.gat.CouldNotInitializeCredentialException
 
CPU_COUNT - Static variable in class org.gridlab.gat.resources.HardwareResourceDescription
the number of proccessors to use.
CPU_SPEED - Static variable in class org.gridlab.gat.resources.HardwareResourceDescription
The minimum cpu speed in GHz.
CPU_TYPE - Static variable in class org.gridlab.gat.resources.HardwareResourceDescription
The generic cpu type as returned from uname -p.
CPUTIME_MAX - Static variable in class org.gridlab.gat.resources.SoftwareDescription
Indicates the maximum cputime for a single execution of the executable.
CREATE - Static variable in interface org.gridlab.gat.io.LogicalFile
create new, if logical file does not exist
create(String) - Static method in class org.gridlab.gat.URI
Creates a URI by parsing the given string.
createAdvertService(GATContext, Preferences) - Static method in class org.gridlab.gat.GAT
Create an AdvertService object using the passed GATContext and additional Preferences.
createAdvertService(GATContext) - Static method in class org.gridlab.gat.GAT
Create an AdvertService object using the passed GATContext.
createAdvertService(Preferences) - Static method in class org.gridlab.gat.GAT
Create an AdvertService object using the default GATContext and additional Preferences.
createAdvertService() - Static method in class org.gridlab.gat.GAT
Create an AdvertService object using the default GATContext.
createEndpoint(GATContext, Preferences) - Static method in class org.gridlab.gat.GAT
Create an Endpoint for a Pipe using the default GATContext and additional Preferences.
createEndpoint(GATContext) - Static method in class org.gridlab.gat.GAT
Create an Endpoint for a Pipe using the passed GATContext.
createEndpoint(Preferences) - Static method in class org.gridlab.gat.GAT
Create an Endpoint for a Pipe using the default GATContext and additional Preferences.
createEndpoint() - Static method in class org.gridlab.gat.GAT
Create an Endpoint for a Pipe using the default GATContext.
createFile(URI) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.
createFile(String) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI, (in String format) and whose access rights are determined by the default GATContext.
createFile(Preferences, URI) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext with additional Preferences.
createFile(Preferences, String) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext with additional Preferences.
createFile(GATContext, URI) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
createFile(GATContext, String) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
createFile(GATContext, Preferences, String) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
createFile(GATContext, Preferences, URI) - Static method in class org.gridlab.gat.GAT
Constructs a File instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
createFileInputStream(URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.
createFileInputStream(Preferences, URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext with additional Preferences.
createFileInputStream(GATContext, URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
createFileInputStream(GATContext, Preferences, URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext with additional Preferences.
createFileInputStream(File) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File.
createFileInputStream(Preferences, File) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the GATContext of this File and additional Preferences.
createFileInputStream(GATContext, File) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext.
createFileInputStream(GATContext, Preferences, File) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed file and whose access rights are determined by the passed GATContext with additional Preferences.
createFileInputStream(String) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext.
createFileInputStream(Preferences, String) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext with additional Preferences.
createFileInputStream(GATContext, String) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
createFileInputStream(GATContext, Preferences, String) - Static method in class org.gridlab.gat.GAT
Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext with additional Preferences.
createFileOutputStream(String) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext.
createFileOutputStream(Preferences, String) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext and additional Preferences.
createFileOutputStream(GATContext, String) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
createFileOutputStream(GATContext, Preferences, String) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext and additional Preferences.
createFileOutputStream(String, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
createFileOutputStream(Preferences, String, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext and additional Preferences.
createFileOutputStream(GATContext, String, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
createFileOutputStream(GATContext, Preferences, String, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext and additional Preferences.
createFileOutputStream(File) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File.
createFileOutputStream(File, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File.
createFileOutputStream(Preferences, File) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File and additional Preferences.
createFileOutputStream(Preferences, File, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File and additional Preferences.
createFileOutputStream(GATContext, File) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext.
createFileOutputStream(GATContext, Preferences, File) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext and additional Preferences.
createFileOutputStream(GATContext, File, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext.
createFileOutputStream(GATContext, Preferences, File, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed file and whose access rights are determined by the passed GATContext and additional Preferences.
createFileOutputStream(URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.
createFileOutputStream(Preferences, URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext and additional Preferences.
createFileOutputStream(GATContext, URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
createFileOutputStream(GATContext, Preferences, URI) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
createFileOutputStream(URI, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.
createFileOutputStream(Preferences, URI, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext and additional Preferences.
createFileOutputStream(GATContext, URI, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
createFileOutputStream(GATContext, Preferences, URI, boolean) - Static method in class org.gridlab.gat.GAT
Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext and additional Preferences.
createLogicalFile(String, int) - Static method in class org.gridlab.gat.GAT
This method creates a LogicalFile corresponding to the passed URI (in String format) instance using the default GATContext.
createLogicalFile(Preferences, String, int) - Static method in class org.gridlab.gat.GAT
This method creates a LogicalFile corresponding to the passed URI (in String format) instance using the default GATContext with additional Preferences.
createLogicalFile(GATContext, String, int) - Static method in class org.gridlab.gat.GAT
This method creates a LogicalFile corresponding to the passed URI (in String format) instance using a specified GATContext.
createLogicalFile(GATContext, Preferences, String, int) - Static method in class org.gridlab.gat.GAT
This method creates a LogicalFile corresponding to the passed URI (in String format) instance using a specified GATContext with additional Preferences.
createMetric() - Method in class org.gridlab.gat.monitoring.MetricDefinition
Create a metric according to this definition.
createMetric(Map<String, Object>) - Method in class org.gridlab.gat.monitoring.MetricDefinition
Create a metric according to this definition.
createMetric(Map<String, Object>, long) - Method in class org.gridlab.gat.monitoring.MetricDefinition
Create a metric according to this definition.
createMonitorable() - Static method in class org.gridlab.gat.GAT
Create a (default) Monitorable object using the default GATContext
createMonitorable(Preferences) - Static method in class org.gridlab.gat.GAT
Create a (default) Monitorable object using the default GATContext and additional Preferences.
createMonitorable(GATContext) - Static method in class org.gridlab.gat.GAT
Create a (default) Monitorable object using the passed GATContext.
createMonitorable(GATContext, Preferences) - Static method in class org.gridlab.gat.GAT
Create a (default) Monitorable object using the passed GATContext and additional Preferences.
createNewFile() - Method in class org.gridlab.gat.io.File
 
createRandomAccessFile(String, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext.
createRandomAccessFile(Preferences, String, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext and additional Preferences.
createRandomAccessFile(GATContext, String, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
createRandomAccessFile(GATContext, Preferences, String, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext and additional Preferences.
createRandomAccessFile(URI, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.
createRandomAccessFile(Preferences, URI, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext and additional Preferences.
createRandomAccessFile(GATContext, URI, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
createRandomAccessFile(GATContext, Preferences, URI, String) - Static method in class org.gridlab.gat.GAT
Constructs a RandomAccessFile instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext and additional Preferences.
createResourceBroker(URI) - Static method in class org.gridlab.gat.GAT
This method constructs a ResourceBroker instance corresponding to the default GATContext.
createResourceBroker(Preferences, URI) - Static method in class org.gridlab.gat.GAT
This method constructs a ResourceBroker instance corresponding to the default GATContext and additional Preferences.
createResourceBroker(GATContext, URI) - Static method in class org.gridlab.gat.GAT
This method constructs a ResourceBroker instance corresponding to the passed GATContext.
createResourceBroker(GATContext, Preferences, URI) - Static method in class org.gridlab.gat.GAT
This method constructs a ResourceBroker instance corresponding to the passed GATContext and additional Preferences.
createSteeringControl(Map<String, Object>) - Method in class org.gridlab.gat.steering.SteeringControlDefinition
 
createSteeringManager() - Static method in class org.gridlab.gat.GAT
Create a SteeringManager object using the default GATContext.
createSteeringManager(Preferences) - Static method in class org.gridlab.gat.GAT
Create a SteeringManager object using the default GATContext and additional Preferences.
createSteeringManager(GATContext) - Static method in class org.gridlab.gat.GAT
Create a SteeringManager object using the passed GATContext.
createSteeringManager(GATContext, Preferences) - Static method in class org.gridlab.gat.GAT
Create a SteeringManager object using the passed GATContext and additional Preferences.
creationTime() - Method in interface org.gridlab.gat.io.attributes.BasicFileAttributes
Returns the creation time if supported.
CredentialExpiredException - Exception in org.gridlab.gat
Thrown when a credential is found, but is expired
CredentialExpiredException(String) - Constructor for exception org.gridlab.gat.CredentialExpiredException
 
CredentialSecurityContext - Class in org.gridlab.gat.security
A container for security Information based upon credentials stored in an object.
CredentialSecurityContext() - Constructor for class org.gridlab.gat.security.CredentialSecurityContext
Constructor of the CredentialSecurityContext.
CredentialSecurityContext(Object) - Constructor for class org.gridlab.gat.security.CredentialSecurityContext
Constructor of the CredentialSecurityContext.

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