XGFile

Inherits from:
Declared In:

Overview

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.



Methods

-job

Returns the XGJob instance associated with the receiver.

-path

Returns the path of the receiver.

-taskIdentifier

Returns the identifier of the task associated with the receiver.

-type

Returns the XGFileType of the receiver.


job


Returns the XGJob instance associated with the receiver.

- (XGJob *)job; 
Return Value

The XGJob instance.


path


Returns the path of the receiver.

- (NSString *)path; 
Return Value

The path.


taskIdentifier


Returns the identifier of the task associated with the receiver.

- (NSString *)taskIdentifier; 
Return Value

The task identifier.


type


Returns the XGFileType of the receiver.

- (XGFileType)type; 
Return Value

The file type.

Did this document help you? Yes It's good, but... Not helpful...

 

Last Updated: 2009-08-12