|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.TransferJob
public class TransferJob
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 |
---|
public TransferJobElement[] transferJobElements
public TransferParams jobParams
public java.lang.String credential
Constructor Detail |
---|
public TransferJob()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |