XGGrid

Inherits from:
Declared In:

Overview

This class provides a local interface to remote Xgrid grids.



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.

-name

Returns the name associated with the grid.


isDefault


Returns YES if the receiver is the default grid.

- (BOOL)isDefault; 
Return Value

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; 
Parameters
identifier

The identifier of the job.

Return Value

An XGJob instance, or nil.


jobs


Returns an array of the jobs associated with the receiver.

- (NSArray *)jobs; 
Return Value

An array of XGJobs.


name


Returns the name associated with the grid.

- (NSString *)name; 
Return Value

A string.

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

 

Last Updated: 2009-08-12