org.gridbus.broker.farming.alchemi
Class AlchemiJobWrapper

java.lang.Object
  extended byorg.gridbus.broker.farming.common.JobWrapper
      extended byorg.gridbus.broker.farming.alchemi.AlchemiJobWrapper

public class AlchemiJobWrapper
extends JobWrapper

This is the job wrapper class for an Alchemi job.

Author:
Rajiv Ranjan (rranjan@cs.mu.oz.au)

Constructor Summary
AlchemiJobWrapper()
          Default constructor
 
Method Summary
 void execute(Job job)
          This method actually starts the job process to the middleware.
 void setserverstring(java.lang.String server)
          Sets the server string for this job
 
Methods inherited from class org.gridbus.broker.farming.common.JobWrapper
terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlchemiJobWrapper

public AlchemiJobWrapper()
Default constructor

Method Detail

setserverstring

public void setserverstring(java.lang.String server)
Sets the server string for this job

Parameters:
server - - the server string to set

execute

public void execute(Job job)
Description copied from class: JobWrapper
This method actually starts the job process to the middleware. Calls middleware specific functions

Overrides:
execute in class JobWrapper
Parameters:
job - - Job to be executed
See Also:
JobWrapper.execute(org.gridbus.broker.farming.common.Job)