}
}
System.out.println("gtw = " + mGateway.toString());
String dispelFile = args[0]; //Util.getFileContentAsString(args[0]);
System.out.println(dispelFile);
GatewayProcess mGatewayProcess = mGateway.submit(dispelFile);
// now can either wait for results (blocking) or sign up for
// notifications (non-blocking)
// 0 - blocking wait; 1 - wait with timeout; 2 - non-blocking