|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Preferences | |
---|---|
org.gridlab.gat | This package contains classes and interfaces which are used throughout the GAT application API. |
org.gridlab.gat.resources | This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. |
Uses of Preferences in org.gridlab.gat |
---|
Methods in org.gridlab.gat that return Preferences | |
---|---|
Preferences |
GATContext.getPreferences()
Returns the Preferences object associated with the
GATContext . |
Preferences |
AdaptorInfo.getSupportedPreferences()
Returns a Preferences object where the keys are supported by this
adaptor, and the values are the default values for the corresponding
keys. |
Methods in org.gridlab.gat with parameters of type Preferences | |
---|---|
void |
GATContext.addPreferences(Preferences newPreferences)
Adds a Preferences object to the GATContext which will be
used to choose between adaptors if the constructor of an object is not
called with a Preferences object. |
static AdvertService |
GAT.createAdvertService(GATContext gatContext,
Preferences preferences)
Create an AdvertService object using the passed
GATContext and additional Preferences . |
static AdvertService |
GAT.createAdvertService(Preferences preferences)
Create an AdvertService object using the default
GATContext and additional Preferences . |
static Endpoint |
GAT.createEndpoint(GATContext gatContext,
Preferences preferences)
Create an Endpoint for a Pipe using the default
GATContext and additional Preferences . |
static Endpoint |
GAT.createEndpoint(Preferences preferences)
Create an Endpoint for a Pipe using the default
GATContext and additional Preferences . |
static File |
GAT.createFile(GATContext gatContext,
Preferences preferences,
String location)
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 . |
static File |
GAT.createFile(GATContext gatContext,
Preferences preferences,
URI location)
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 . |
static File |
GAT.createFile(Preferences preferences,
String location)
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 . |
static File |
GAT.createFile(Preferences preferences,
URI location)
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 . |
static FileInputStream |
GAT.createFileInputStream(GATContext gatContext,
Preferences preferences,
File file)
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 . |
static FileInputStream |
GAT.createFileInputStream(GATContext gatContext,
Preferences preferences,
String location)
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 . |
static FileInputStream |
GAT.createFileInputStream(GATContext gatContext,
Preferences preferences,
URI location)
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 . |
static FileInputStream |
GAT.createFileInputStream(Preferences preferences,
File file)
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 . |
static FileInputStream |
GAT.createFileInputStream(Preferences preferences,
String location)
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 . |
static FileInputStream |
GAT.createFileInputStream(Preferences preferences,
URI location)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
Preferences preferences,
File file)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
Preferences preferences,
File file,
boolean append)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
Preferences preferences,
String location)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
Preferences preferences,
String location,
boolean append)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
Preferences preferences,
URI location)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
Preferences preferences,
URI location,
boolean append)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(Preferences preferences,
File file)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(Preferences preferences,
File file,
boolean append)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(Preferences preferences,
String location)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(Preferences preferences,
String location,
boolean append)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(Preferences preferences,
URI location)
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 . |
static FileOutputStream |
GAT.createFileOutputStream(Preferences preferences,
URI location,
boolean append)
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 . |
static LogicalFile |
GAT.createLogicalFile(GATContext gatContext,
Preferences preferences,
String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using a specified GATContext
with additional Preferences . |
static LogicalFile |
GAT.createLogicalFile(Preferences preferences,
String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using the default GATContext
with additional Preferences . |
static Monitorable |
GAT.createMonitorable(GATContext gatContext,
Preferences preferences)
Create a (default) Monitorable object using the passed
GATContext and additional Preferences . |
static Monitorable |
GAT.createMonitorable(Preferences preferences)
Create a (default) Monitorable object using the default
GATContext and additional Preferences . |
static RandomAccessFile |
GAT.createRandomAccessFile(GATContext gatContext,
Preferences preferences,
String location,
String mode)
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 . |
static RandomAccessFile |
GAT.createRandomAccessFile(GATContext gatContext,
Preferences preferences,
URI location,
String mode)
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 . |
static RandomAccessFile |
GAT.createRandomAccessFile(Preferences preferences,
String location,
String mode)
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 . |
static RandomAccessFile |
GAT.createRandomAccessFile(Preferences preferences,
URI location,
String mode)
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 . |
static ResourceBroker |
GAT.createResourceBroker(GATContext gatContext,
Preferences preferences,
URI brokerURI)
This method constructs a ResourceBroker instance corresponding to
the passed GATContext and additional Preferences . |
static ResourceBroker |
GAT.createResourceBroker(Preferences preferences,
URI brokerURI)
This method constructs a ResourceBroker instance corresponding to
the default GATContext and additional Preferences . |
static SteeringManager |
GAT.createSteeringManager(GATContext gatContext,
Preferences preferences)
Create a SteeringManager object using the passed
GATContext and additional Preferences . |
static SteeringManager |
GAT.createSteeringManager(Preferences preferences)
Create a SteeringManager object using the default
GATContext and additional Preferences . |
void |
Preferences.putAll(Preferences p)
Copies all of the mappings from the specified Preferences to this Preferences. |
Constructors in org.gridlab.gat with parameters of type Preferences | |
---|---|
AdaptorInfo(String fullname,
String shortname,
String type,
Preferences supportedPreferences,
Map<String,Boolean> capabilities,
String description)
Constructs an AdaptorInfo object. |
|
Preferences(Preferences p)
Copy constructor. |
Uses of Preferences in org.gridlab.gat.resources |
---|
Methods in org.gridlab.gat.resources that return Preferences | |
---|---|
Preferences |
WrapperJobDescription.WrappedJobInfo.getPreferences()
Returns the Preferences that should be used to submit the
wrapped Job . |
Methods in org.gridlab.gat.resources with parameters of type Preferences | |
---|---|
void |
WrapperJobDescription.add(JobDescription[] jobDescriptions,
URI brokerURI,
Preferences preferences)
Add JobDescription s for a wrapped Job that should be
submitted to a resource broker located at the given URI with the
set of Preferences . |
void |
WrapperJobDescription.add(JobDescription jobDescription,
URI brokerURI,
Preferences preferences)
Add a JobDescription for a wrapped Job that should be
submitted to a resource broker located at the given URI with the
set of Preferences . |
Constructors in org.gridlab.gat.resources with parameters of type Preferences | |
---|---|
WrapperJobDescription.WrappedJobInfo(JobDescription jobDescription,
URI brokerURI,
Preferences preferences,
int wrappedJobIndex,
int wrapperJobIndex)
Creates a WrapperJobDescription.WrappedJobInfo . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |