|
|
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.
Returns the XGJob instance associated with the receiver.
Returns the path of the receiver.
Returns the identifier of the task associated with the receiver.
Returns the XGFileType of the receiver.
job |
Returns the XGJob instance associated with the receiver.
- (XGJob *)job;
The XGJob instance.
path |
Returns the path of the receiver.
- (NSString *)path;
The path.
taskIdentifier |
Returns the identifier of the task associated with the receiver.
- (NSString *)taskIdentifier;
The task identifier.
type |
Returns the XGFileType of the receiver.
- (XGFileType)type;
The file type.
Last Updated: 2009-08-12