XGFile.h


Discussion



This header describes the interface of an object which represents a file managed by a remote Xgrid controller.

Instances of XGFile can be used to initialize XGFileDownload objects.



Classes

XGFile
This class is an immutable, inactive representation of a file associated with a job managed by an Xgrid controller. Instances of this class are obtained by performing a "get output" type of action on a resource and retrieving the files from the results dictionary of the action monitor.


Constants


XGFileStandardErrorPath


extern NSString * const XGFileStandardErrorPath; 
Discussion

The standard error stream has this path.


XGFileStandardOutputPath


extern NSString * const XGFileStandardOutputPath; 
Discussion

The standard output stream has this path.

Typedefs


XGFileType


See Also:
XGFileType
typedef enum { 
    XGFileTypeNone = 0, 
    XGFileTypeRegular, 
    XGFileTypeStream 
} XGFileType; 
Constants
XGFileTypeNone
No file type.
XGFileTypeRegular
The file is regular.
XGFileTypeStream
The file is a stream.
Discussion

The type of file.

(Last Updated May 03, 2005)