|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.rft.generated.BaseRequestType
org.globus.rft.generated.TransferRequestType
public class TransferRequestType
This type represents transfer requests. RFTOptionsType are all the options you can set on a gridftp transfer (like Tcp Buffer Size etc ). allOrNone if set will force RFT to clean up all the files that are transferred already if one of the transfer fails.
| Field Summary | |
|---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.Boolean |
allOrNone
|
private RFTOptionsType |
rftOptions
|
private TransferType[] |
transfer
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Constructor Summary | |
|---|---|
TransferRequestType()
|
|
TransferRequestType(java.lang.Integer concurrency,
java.lang.Integer maxAttempts,
java.util.Calendar finishBy,
org.globus.axis.message.addressing.EndpointReferenceType transferCredentialEndpoint,
TransferType[] transfer,
RFTOptionsType rftOptions,
java.lang.Boolean allOrNone)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getAllOrNone()
Gets the allOrNone value for this TransferRequestType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
RFTOptionsType |
getRftOptions()
Gets the rftOptions value for this TransferRequestType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
TransferType[] |
getTransfer()
Gets the transfer value for this TransferRequestType. |
TransferType |
getTransfer(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAllOrNone(java.lang.Boolean allOrNone)
Sets the allOrNone value for this TransferRequestType. |
void |
setRftOptions(RFTOptionsType rftOptions)
Sets the rftOptions value for this TransferRequestType. |
void |
setTransfer(int i,
TransferType _value)
|
void |
setTransfer(TransferType[] transfer)
Sets the transfer value for this TransferRequestType. |
| Methods inherited from class org.globus.rft.generated.BaseRequestType |
|---|
getConcurrency, getFinishBy, getMaxAttempts, getTransferCredentialEndpoint, setConcurrency, setFinishBy, setMaxAttempts, setTransferCredentialEndpoint |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private TransferType[] transfer
private RFTOptionsType rftOptions
private java.lang.Boolean allOrNone
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
|---|
public TransferRequestType()
public TransferRequestType(java.lang.Integer concurrency,
java.lang.Integer maxAttempts,
java.util.Calendar finishBy,
org.globus.axis.message.addressing.EndpointReferenceType transferCredentialEndpoint,
TransferType[] transfer,
RFTOptionsType rftOptions,
java.lang.Boolean allOrNone)
| Method Detail |
|---|
public TransferType[] getTransfer()
public void setTransfer(TransferType[] transfer)
transfer - public TransferType getTransfer(int i)
public void setTransfer(int i,
TransferType _value)
public RFTOptionsType getRftOptions()
public void setRftOptions(RFTOptionsType rftOptions)
rftOptions - public java.lang.Boolean getAllOrNone()
public void setAllOrNone(java.lang.Boolean allOrNone)
allOrNone - public boolean equals(java.lang.Object obj)
equals in class BaseRequestTypepublic int hashCode()
hashCode in class BaseRequestTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||