contact - - String - Name of the remote host on which
the gatekeeper is running.
Method Detail
run
public void run()
Initiates the process of job submission. Prior to submitting a
job the program will ping the contact (gatekeeper) so as to
ensure that it is up and running in order to accept jobs. This
demo program then creates 2 jobs and submits them to the
gatekeeper for execution on remote machine. After submission,
of both the job's, the program issues a cancel job request for
job #2.
printResults
public void printResults()
Prints the status of this program as to whether it sucessfully
completed or failed.