|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.data.reptor.storage.GlobusURLCopyCoGImpl
This class contains the cog calls to the globus URL-COPY command.
Constructor Summary | |
GlobusURLCopyCoGImpl(Configuration config)
|
Method Summary | |
void |
copy()
Do the copy. |
void |
setDestinationUri(java.net.URI dest)
Set the destination URI. |
void |
setNumberOfStreams(int nstreams)
Set the number of streams - this has no effect in CoG. |
void |
setSourceUri(java.net.URI source)
Set the source URI. |
void |
useThirdPartyCopy()
Set the third party copy flag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GlobusURLCopyCoGImpl(Configuration config) throws FileHandleException
Method Detail |
public void setSourceUri(java.net.URI source)
setSourceUri
in interface GlobusURLCopy
public void setDestinationUri(java.net.URI dest)
setDestinationUri
in interface GlobusURLCopy
public void useThirdPartyCopy()
useThirdPartyCopy
in interface GlobusURLCopy
public void setNumberOfStreams(int nstreams)
setNumberOfStreams
in interface GlobusURLCopy
public void copy() throws FileCopierException
copy
in interface GlobusURLCopy
FileCopierException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |