org.gridbus.broker.farming.unicore
Class UnicoreJobWrapper

java.lang.Object
  extended byorg.gridbus.broker.farming.common.JobWrapper
      extended byorg.gridbus.broker.farming.unicore.UnicoreJobWrapper

public class UnicoreJobWrapper
extends JobWrapper

This class interacts with UNICORE Gateway and NJS at the remote host. It creates an AJO corresponding to the job, submits AJO to the remote host and spawns off a UnicoreJobMonitor thread to monitor the job.

See Also:
JobWrapper

Constructor Summary
UnicoreJobWrapper()
           
 
Methods inherited from class org.gridbus.broker.farming.common.JobWrapper
execute, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicoreJobWrapper

public UnicoreJobWrapper()