|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ogsa.impl.base.multirft.TransferJob
This class defines a transfer request which is sent to the reliable transfer server from the control client. It is also used when the control client requests a listing of currently executing transfers.
| Field Summary | |
static int |
STATUS_ACTIVE
Description of the Field |
static int |
STATUS_CANCELLED
Description of the Field |
static int |
STATUS_EXPANDING
|
static int |
STATUS_FAILED
Description of the Field |
static int |
STATUS_FINISHED
Description of the Field |
static int |
STATUS_PENDING
Description of the Field |
static int |
STATUS_RETRYING
Description of the Field |
| Constructor Summary | |
TransferJob(TransferType transfer,
int status,
int attempts)
Constructor for the TransferJob object |
|
| Method Summary | |
int |
getAttempts()
Gets the attempts attribute of the TransferJob object |
java.lang.String |
getDestinationUrl()
Gets the destinationUrl attribute of the TransferJob object |
org.globus.ogsa.base.multirft.RFTOptionsType |
getRftOptions()
Gets the rftOptions attribute of the TransferJob object |
java.lang.String |
getSourceUrl()
Gets the sourceUrl attribute of the TransferJob object |
int |
getStatus()
Gets the status attribute of the TransferJob object |
TransferType |
getTransfer()
Gets the transfer attribute of the TransferJob object |
int |
getTransferId()
Gets the transferId attribute of the TransferJob object |
void |
setAttempts(int attempts)
Sets the attempts attribute of the TransferJob object |
void |
setDestinationUrl(java.lang.String destinationUrl)
Sets the destinationUrl attribute of the TransferJob object |
void |
setRftOptions(org.globus.ogsa.base.multirft.RFTOptionsType rftOptions)
Sets the rftOptions attribute of the TransferJob object |
void |
setSourceUrl(java.lang.String sourceUrl)
Sets the sourceUrl attribute of the TransferJob object |
void |
setStatus(int status)
Sets the status attribute of the TransferJob object |
void |
setTransfer(TransferType transfer)
Sets the transfer attribute of the TransferJob object |
void |
setTransferId(int transferId)
Sets the transferId attribute of the TransferJob object |
static org.w3c.dom.Element |
toElement(int status)
Description of the Method |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int STATUS_FINISHED
public static final int STATUS_RETRYING
public static final int STATUS_FAILED
public static final int STATUS_ACTIVE
public static final int STATUS_PENDING
public static final int STATUS_CANCELLED
public static final int STATUS_EXPANDING
| Constructor Detail |
public TransferJob(TransferType transfer,
int status,
int attempts)
transfer - Description of the Parameterstatus - Description of the Parameterattempts - Description of the Parameter| Method Detail |
public TransferType getTransfer()
public void setTransfer(TransferType transfer)
transfer - The new transfer valuepublic int getTransferId()
public void setTransferId(int transferId)
transferId - The new transferId valuepublic java.lang.String getSourceUrl()
public void setSourceUrl(java.lang.String sourceUrl)
sourceUrl - The new sourceUrl valuepublic java.lang.String getDestinationUrl()
public void setDestinationUrl(java.lang.String destinationUrl)
destinationUrl - The new destinationUrl valuepublic int getStatus()
public void setStatus(int status)
status - The new status valuepublic int getAttempts()
public void setAttempts(int attempts)
attempts - The new attempts valuepublic org.globus.ogsa.base.multirft.RFTOptionsType getRftOptions()
public void setRftOptions(org.globus.ogsa.base.multirft.RFTOptionsType rftOptions)
rftOptions - The new rftOptions valuepublic java.lang.String toString()
public static org.w3c.dom.Element toElement(int status)
status - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||