|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GATObjectCreationException | |
---|---|
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 GATObjectCreationException in org.gridlab.gat |
---|
Subclasses of GATObjectCreationException in org.gridlab.gat | |
---|---|
class |
AdaptorNotApplicableException
Thrown when an adaptor is created with parameters that do not make sense. |
class |
AdaptorNotSelectedException
Deprecated. This Exception will no longer be thrown by GAT adaptors, since an adaptor won't be invoked when it's excluded by the user's preferences. |
Methods in org.gridlab.gat that throw GATObjectCreationException | |
---|---|
static AdvertService |
GAT.createAdvertService()
Create an AdvertService object using the default
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 AdvertService |
GAT.createAdvertService(Preferences preferences)
Create an AdvertService object using the default
GATContext and additional Preferences . |
static Endpoint |
GAT.createEndpoint()
Create an Endpoint for a Pipe using the default
GATContext . |
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 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(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 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 File |
GAT.createFile(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 default GATContext . |
static File |
GAT.createFile(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 . |
static FileInputStream |
GAT.createFileInputStream(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 GATContext of this File . |
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 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 FileInputStream |
GAT.createFileInputStream(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 . |
static FileInputStream |
GAT.createFileInputStream(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 . |
static FileOutputStream |
GAT.createFileOutputStream(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 . |
static FileOutputStream |
GAT.createFileOutputStream(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 . |
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 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 FileOutputStream |
GAT.createFileOutputStream(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 . |
static FileOutputStream |
GAT.createFileOutputStream(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(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 . |
static FileOutputStream |
GAT.createFileOutputStream(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 . |
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 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 LogicalFile |
GAT.createLogicalFile(String name,
int mode)
This method creates a LogicalFile corresponding to the passed URI
(in String format) instance using the default GATContext . |
static Monitorable |
GAT.createMonitorable()
Create a (default) Monitorable object using the default
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 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(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 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 RandomAccessFile |
GAT.createRandomAccessFile(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 . |
static RandomAccessFile |
GAT.createRandomAccessFile(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 . |
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 ResourceBroker |
GAT.createResourceBroker(Preferences preferences,
URI brokerURI)
This method constructs a ResourceBroker instance corresponding to
the default GATContext and additional Preferences . |
static ResourceBroker |
GAT.createResourceBroker(URI brokerURI)
This method constructs a ResourceBroker instance corresponding to
the default GATContext . |
static SteeringManager |
GAT.createSteeringManager()
Create a SteeringManager object using the default
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 SteeringManager |
GAT.createSteeringManager(Preferences preferences)
Create a SteeringManager object using the default
GATContext and additional Preferences . |
Uses of GATObjectCreationException in org.gridlab.gat.resources |
---|
Methods in org.gridlab.gat.resources that throw GATObjectCreationException | |
---|---|
File |
WrapperJobDescription.getInfoFile(GATContext context)
Returns a File containing all the information needed by the
Wrapper application. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |