org.glite.data.transfer
Class PlacementJob
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PlacementJob
public PlacementJob()
Copyright © 2004-2007 EU-EGEE