org.gridbus.broker.farming.dummy
Class DummyJobWrapper

java.lang.Object
  extended byorg.gridbus.broker.farming.common.JobWrapper
      extended byorg.gridbus.broker.farming.dummy.DummyJobWrapper

public class DummyJobWrapper
extends JobWrapper

For testing

Author:
Srikumar Venugopal(srikumar@cs.mu.oz.au)

Constructor Summary
DummyJobWrapper()
           
 
Method Summary
 void execute(Job j)
          This method actually starts the job process to the middleware.
 void terminate()
          This method terminates the process running on the remote host and initiates cleanup if required
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyJobWrapper

public DummyJobWrapper()
Method Detail

execute

public void execute(Job j)
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:
j - - Job to be executed
See Also:
JobWrapper.execute(org.gridbus.broker.farming.common.Job)

terminate

public void terminate()
Description copied from class: JobWrapper
This method terminates the process running on the remote host and initiates cleanup if required

Overrides:
terminate in class JobWrapper
See Also:
JobWrapper.terminate()