ADC Home > Reference Library > Documentation > Performance > Xgrid Foundation Reference

Methods


-isDefault
Returns YES if the receiver is the default grid.
-jobForIdentifier:
Returns the job with the specified identifier, or nil if the controller does not manage the job with the specified identifier.
-jobs
Returns an array of the jobs associated with the receiver.

isDefault


Returns YES if the receiver is the default grid.

- (BOOL)isDefault;
method result
YES or NO.

jobForIdentifier:


Returns the job with the specified identifier, or nil if the controller does not manage the job with the specified identifier.

- (XGJob *)jobForIdentifier:(NSString *)identifier;
Parameter Descriptions
identifier
The identifier of the job.
method result
An XGJob instance, or nil.

jobs


Returns an array of the jobs associated with the receiver.

- (NSArray *)jobs;
method result
An array of XGJobs.

(Last Updated April 21, 2005)