GridFTPClient2PartyStripingTest (Java Globus API)

org.globus.ftp.test
Class GridFTPClient2PartyStripingTest

java.lang.Object
  |
  +--TestCase
        |
        +--org.globus.ftp.test.GridFTPClient2PartyTest
              |
              +--org.globus.ftp.test.GridFTPClient2PartyParallelTest
                    |
                    +--org.globus.ftp.test.GridFTPClient2PartyStripingTest

public class GridFTPClient2PartyStripingTest
extends GridFTPClient2PartyParallelTest

Test GridFTPClient.stripedGet() and stripedPut()

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.ftp.test.GridFTPClient2PartyTest
dest, logger, src
 
Constructor Summary
GridFTPClient2PartyStripingTest(java.lang.String name)
           
 
Method Summary
protected  void get(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)
          This demonstrates striped file storage.
static void main(java.lang.String[] args)
           
protected  void put(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)
          This demonstrates striped file retrieval.
static Test suite()
           
protected  void title()
           
 
Methods inherited from class org.globus.ftp.test.GridFTPClient2PartyParallelTest
testGet, testGetPut, testPut
 
Methods inherited from class org.globus.ftp.test.GridFTPClient2PartyTest
testGet, testGetNoSuchPort, testGetNoSuchServer, testGetNoSuchSrcFile, testPut, testPutNoSuchDestDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPClient2PartyStripingTest

public GridFTPClient2PartyStripingTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception

suite

public static Test suite()

title

protected void title()
Overrides:
title in class GridFTPClient2PartyParallelTest

get

protected void get(GridFTPClient client,
                   int localServerMode,
                   int transferType,
                   int transferMode,
                   DataChannelAuthentication dcau,
                   int prot,
                   java.lang.String fullLocalFile,
                   java.lang.String fullRemoteFile)
            throws java.lang.Exception
This demonstrates striped file storage.

Overrides:
get in class GridFTPClient2PartyParallelTest
java.lang.Exception

put

protected void put(GridFTPClient client,
                   int localServerMode,
                   int transferType,
                   int transferMode,
                   DataChannelAuthentication dcau,
                   int prot,
                   java.lang.String fullLocalFile,
                   java.lang.String fullRemoteFile)
            throws java.lang.Exception
This demonstrates striped file retrieval.

Overrides:
put in class GridFTPClient2PartyParallelTest
java.lang.Exception