21 #import <Foundation/Foundation.h>
22 #import <XgridFoundation/XgridFoundation.h>
23 #import <Foundation/NSString.h>
25 #import "opal/threads/condition.h"
30 NSString *controller_hostname;
31 NSString *controller_password;
37 XGConnection *connection;
38 XGController *controller;
42 NSMutableDictionary *active_xgrid_jobs;
47 -(id) initWithControllerHostname: (
char*) hostnam
48 AndControllerPassword: (
char*) password
49 AndOrted: (
char*) ortedname
50 AndCleanup: (
int) val;
54 -(NSString*) getOrted;
56 -(void) setOrtedAsCString: (
char*) name;
57 -(void) setControllerPasswordAsCString: (
char*) name;
58 -(void) setControllerHostnameAsCString: (
char*) password;
59 -(void) setCleanUp: (
int) val;
61 -(NSString*)servicePrincipal;
66 -(int) terminateOrteds;
69 -(void) connectionDidOpen:(XGConnection*) connection;
70 -(void) connectionDidNotOpen:(XGConnection*)connection withError:(NSError*) error;
71 -(void) connectionDidClose:(XGConnection *) connection;
74 -(NSMutableArray*) getArgumentsForOrtedLaunch;
Definition: plm_xgrid_client.h:27
Definition: condition.h:49
Definition: mutex_unix.h:53
Definition: orte_globals.h:316