org.glite.data.transfer
Class TransferJob

java.lang.Object
  extended by org.glite.data.transfer.TransferJob

public class TransferJob
extends java.lang.Object

Describes the transfer job description. It consists of an array of TransferJobElements each describing an individual file transfer within the job. jobParams are a set of transfer layer specific paramaters tha tare applied to each file transfer (e.g. gridFTP params); this is for future use and is not currently taken into account. The credential is used by the transfer system to retrieve the appropriate proxy for the transfer.


Field Summary
 java.lang.String credential
           
 TransferParams jobParams
           
 TransferJobElement[] transferJobElements
           
 
Constructor Summary
TransferJob()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transferJobElements

public TransferJobElement[] transferJobElements

jobParams

public TransferParams jobParams

credential

public java.lang.String credential
Constructor Detail

TransferJob

public TransferJob()


Copyright © 2004-2007 EU-EGEE