|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ogsa.impl.base.reliabletransfer.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
|
static int |
STATUS_CANCELLED
|
static int |
STATUS_FAILED
|
static int |
STATUS_FINISHED
|
static int |
STATUS_PENDING
|
static int |
STATUS_RETRYING
|
| Constructor Summary | |
TransferJob()
This base constructor is empty and only exists for the JavaBeans framework. |
|
TransferJob(int transferJobID,
java.lang.String fromURL,
java.lang.String toURL,
boolean DCAU,
int status,
int attempts,
int parallelStreams,
int tcpBufferSize)
This constructor creates a new transfer request object for use by the control client and reliable transfer server. |
|
TransferJob(int transferJobID,
java.lang.String fromURL,
java.lang.String toURL,
int status,
int attempts,
ReliableTransferOptions options)
|
|
| Method Summary | |
int |
getAttempts()
|
boolean |
getDCAU()
Get the DCAU Option |
java.lang.String |
getFromURL()
Get the URL to transfer from. |
int |
getParallelStreams()
|
int |
getStatus()
|
int |
getTCPBufferSize()
|
java.lang.String |
getToURL()
Get the URL to transfer to. |
int |
getTransferJobID()
|
void |
setAttempts(int attempts)
|
void |
setDCAU(boolean DCAU)
Set the DCAU option to |
void |
setFromURL(java.lang.String fromURL)
Set the URL to transfer from. |
void |
setParallelStreams(int parallelStreams)
|
void |
setStatus(int status)
|
void |
setTCPBufferSize(int tcpBufferSize)
|
void |
setToURL(java.lang.String toURL)
Set the URL to transfer to. |
void |
setTransferJobID(int transferJobID)
|
static org.w3c.dom.Element |
toElement(int status)
|
java.lang.String |
toString()
|
| 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
| Constructor Detail |
public TransferJob()
public TransferJob(int transferJobID,
java.lang.String fromURL,
java.lang.String toURL,
boolean DCAU,
int status,
int attempts,
int parallelStreams,
int tcpBufferSize)
public TransferJob(int transferJobID,
java.lang.String fromURL,
java.lang.String toURL,
int status,
int attempts,
ReliableTransferOptions options)
| Method Detail |
public int getTransferJobID()
public void setTransferJobID(int transferJobID)
public void setFromURL(java.lang.String fromURL)
public java.lang.String getFromURL()
public void setToURL(java.lang.String toURL)
public java.lang.String getToURL()
public void setDCAU(boolean DCAU)
public boolean getDCAU()
public int getStatus()
public void setStatus(int status)
public int getAttempts()
public void setAttempts(int attempts)
public void setTCPBufferSize(int tcpBufferSize)
public int getTCPBufferSize()
public void setParallelStreams(int parallelStreams)
public int getParallelStreams()
public java.lang.String toString()
public static org.w3c.dom.Element toElement(int status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||