org.glite.data.transfer
Class TransferJob2

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

public class TransferJob2
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
           
 TransferJobElement2[] transferJobElements
           
 
Constructor Summary
TransferJob2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transferJobElements

public TransferJobElement2[] transferJobElements

jobParams

public TransferParams jobParams

credential

public java.lang.String credential
Constructor Detail

TransferJob2

public TransferJob2()


Copyright © 2004-2007 EU-EGEE