|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The FileTransferSpecification represents all the parameters
required for the Grid file transfer Task. The source and
destination file URLs can be formulated by specifying individual elements
such as hostname, port, directory, and file; or by specifying the complete
URL string.
| Field Summary |
| Fields inherited from interface org.globus.cog.abstraction.interfaces.Specification |
FILE_OPERATION, FILE_TRANSFER, JOB_SUBMISSION |
| Method Summary | |
Enumeration |
getAllAttributes()
|
Object |
getAttribute(String name)
|
String |
getDestination()
Returns the entire source URL string |
String |
getDestinationDirectory()
Returns the absolute path name of the directory containing the destination file |
String |
getDestinationFile()
Returns the name of the destination file |
String |
getSource()
Returns the entire source URL string |
String |
getSourceDirectory()
Returns the absolute path name of the directory containing the source file |
String |
getSourceFile()
Returns the name of the source file |
boolean |
isThirdParty()
Checks if the transfer is a third party file transfer. |
void |
setAttribute(String name,
Object value)
|
void |
setDestination(String destination)
Sets the entire destination URL string. |
void |
setDestinationDirectory(String directory)
Sets the absolute path name of the directory containing the destination file |
void |
setDestinationFile(String file)
Sets the name of the destination file |
void |
setSource(String source)
Sets the entire source URL string |
void |
setSourceDirectory(String directory)
Sets the absolute path name of the directory containing the source file |
void |
setSourceFile(String file)
Sets the name of the source file |
void |
setThirdParty(boolean bool)
Specifies if this is a third party transfer. |
| Methods inherited from interface org.globus.cog.abstraction.interfaces.Specification |
getSpecification, getType, setSpecification, setType |
| Method Detail |
public void setSourceDirectory(String directory)
public String getSourceDirectory()
public void setDestinationDirectory(String directory)
public String getDestinationDirectory()
public void setSourceFile(String file)
public String getSourceFile()
public void setDestinationFile(String file)
public String getDestinationFile()
public void setSource(String source)
public String getSource()
public void setDestination(String destination)
public String getDestination()
public void setThirdParty(boolean bool)
public boolean isThirdParty()
public void setAttribute(String name,
Object value)
public Object getAttribute(String name)
public Enumeration getAllAttributes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||