org.glite.data.transfer
Class PlacementJob

java.lang.Object
  extended byorg.glite.data.transfer.PlacementJob

public class PlacementJob
extends java.lang.Object

Describes the placement job description. It consists of an array of logical files each describing an individual file transfer within the job. sourceSE is the physical source SE that all the logical files must be located on. destSE is the destination SE to transfer to. More complex operations (e.g. arbitrary logical source) are provided by the data scheduler. 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
           
 java.lang.String destSE
           
 TransferParams jobParams
           
 java.lang.String[] logicalFiles
           
 java.lang.String sourceSE
           
 
Constructor Summary
PlacementJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logicalFiles

public java.lang.String[] logicalFiles

sourceSE

public java.lang.String sourceSE

destSE

public java.lang.String destSE

jobParams

public TransferParams jobParams

credential

public java.lang.String credential
Constructor Detail

PlacementJob

public PlacementJob()


Copyright © 2004 EU-EGEE