org.gridbus.broker.farming.unicore
Class UnicoreJob

java.lang.Object
  extended byorg.unicore.Unicore
      extended byorg.unicore.ajo.AbstractAction
          extended byorg.unicore.ajo.ActionGroup
              extended byorg.unicore.ajo.AbstractJob
                  extended byorg.gridbus.broker.farming.unicore.UnicoreJob
All Implemented Interfaces:
java.io.Serializable

public class UnicoreJob
extends org.unicore.ajo.AbstractJob

This class extends the Abstract Job class.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.unicore.ajo.ActionGroup
org.unicore.ajo.ActionGroup.InvalidDependencyException
 
Constructor Summary
UnicoreJob()
           
UnicoreJob(java.lang.String name, org.unicore.Vsite vsite)
           
 
Methods inherited from class org.unicore.ajo.AbstractJob
addStreamed, getAJOId, getConsignForm, getEndorser, getSignature, getSSO, getStreamed, getStreamedLocation, getVsite, removeStreamed, setConsignForm, setEndorser, setSignature, setSSO, setStreamed, setStreamedLocation, setVsite
 
Methods inherited from class org.unicore.ajo.ActionGroup
add, add, addDependency, addDependency, canAdd, containsCycles, getActions, getDependencies, hasCyles, isIn, isIn, ready, remove, remove, removeAllActions, removeAllDependencies
 
Methods inherited from class org.unicore.ajo.AbstractAction
equals, getExtraInformation, getId, getMaxExtension, getName, getNotes, getTerminationTime, getUPLDirectoryName, hashCode, propagateSuccessfulIfNotSuccessful, setExtraInformation, setId, setMaxExtension, setName, setNotes, setPropagateSuccessfulIfNotSuccessful, setTerminationTime
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicoreJob

public UnicoreJob()

UnicoreJob

public UnicoreJob(java.lang.String name,
                  org.unicore.Vsite vsite)