|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GATContext | |
---|---|
org.gridlab.gat | This package contains classes and interfaces which are used throughout the GAT application API. |
org.gridlab.gat.advert | This package contains classes and interfaces which are used for the GAT advertisement service. |
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 GATContext in org.gridlab.gat |
---|
Methods in org.gridlab.gat that return GATContext | |
---|---|
static GATContext |
GAT.getDefaultGATContext()
Gets the default GATContext . |
Methods in org.gridlab.gat with parameters of type GATContext | |
---|---|
static AdvertService |
GAT.createAdvertService(GATContext gatContext)
Create an AdvertService object using the passed
GATContext . |
static AdvertService |
GAT.createAdvertService(GATContext gatContext,
Preferences preferences)
Create an AdvertService object using the passed
GATContext and additional Preferences . |
static Endpoint |
GAT.createEndpoint(GATContext gatContext)
Create an Endpoint for a Pipe using the passed
GATContext . |
static Endpoint |
GAT.createEndpoint(GATContext gatContext,
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(GATContext gatContext,
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,
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 FileInputStream |
GAT.createFileInputStream(GATContext gatContext,
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 . |
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(GATContext gatContext,
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 . |
static FileInputStream |
GAT.createFileInputStream(GATContext gatContext,
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
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 . |
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(GATContext gatContext,
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
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 . |
static FileOutputStream |
GAT.createFileOutputStream(GATContext gatContext,
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,
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 . |
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(GATContext gatContext,
String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using a specified GATContext . |
static Monitorable |
GAT.createMonitorable(GATContext gatContext)
Create a (default) Monitorable object using the passed
GATContext . |
static Monitorable |
GAT.createMonitorable(GATContext gatContext,
Preferences preferences)
Create a (default) Monitorable object using the passed
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(GATContext gatContext,
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 . |
static RandomAccessFile |
GAT.createRandomAccessFile(GATContext gatContext,
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 . |
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(GATContext gatContext,
URI brokerURI)
This method constructs a ResourceBroker instance corresponding to
the passed GATContext . |
static SteeringManager |
GAT.createSteeringManager(GATContext gatContext)
Create a SteeringManager object using the passed
GATContext . |
static SteeringManager |
GAT.createSteeringManager(GATContext gatContext,
Preferences preferences)
Create a SteeringManager object using the passed
GATContext and additional Preferences . |
static void |
GAT.setDefaultGATContext(GATContext context)
Sets the default GATContext to the new value. |
Uses of GATContext in org.gridlab.gat.advert |
---|
Methods in org.gridlab.gat.advert with parameters of type GATContext | |
---|---|
Advertisable |
AdvertService.getAdvertisable(GATContext context,
String path)
Gets an Advertisable instance from the given path (absolute or
relative to PWD). |
Uses of GATContext in org.gridlab.gat.resources |
---|
Methods in org.gridlab.gat.resources with parameters of type GATContext | |
---|---|
File |
WrapperJobDescription.getInfoFile(GATContext context)
Returns a File containing all the information needed by the
Wrapper application. |
void |
SoftwareDescription.toWrapper(GATContext context,
String wrapperFileName,
String exitValueFileName)
Do not use this method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |