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

Methods


+controllerWithHostname:portnumber:
Returns an instance initialized with a connection to the specified hostname and portnumber.
+controllerWithNetService:
Returns an instance initialized with a connection to the specified net service.

controllerWithHostname:portnumber:


Returns an instance initialized with a connection to the specified hostname and portnumber.

+ (id)controllerWithHostname:(NSString *)hostname portnumber:(UInt32)portnumber;

controllerWithNetService:


Returns an instance initialized with a connection to the specified net service.

+ (id)controllerWithNetService:(NSNetService *)netService;

(Last Updated April 21, 2005)