|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.TransferJobElement2
public class TransferJobElement2
This describes a single file transfer within a job.
Field Summary | |
---|---|
java.lang.String |
checksum
The optional checksum of the file to be transferred. |
java.lang.String |
dest
The destination file of the transfer. |
java.lang.String |
source
The source file of the transfer. |
Constructor Summary | |
---|---|
TransferJobElement2()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String source
public java.lang.String dest
public java.lang.String checksum
Constructor Detail |
---|
public TransferJobElement2()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |