|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.data.reptor.storage.GlobusURLCopyNativeImpl
This class contains the native calls to the globus URL-COPY command.
Constructor Summary | |
GlobusURLCopyNativeImpl(Configuration config)
|
Method Summary | |
void |
copy()
Do the copy. |
void |
setBlockSize(int size)
Set the block size |
void |
setDestinationUri(java.net.URI dest)
Set the destination URI. |
void |
setNoDcau(boolean noDcau)
|
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 |
setTCPBufferSize(int size)
Set the tcp buffer size |
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 GlobusURLCopyNativeImpl(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 setNoDcau(boolean noDcau)
setNoDcau
in interface GlobusURLCopy
public void setNumberOfStreams(int nstreams)
setNumberOfStreams
in interface GlobusURLCopy
public void setBlockSize(int size)
public void setTCPBufferSize(int size)
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 |