Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.ftp.sampler
Class FtpClient.dataGrabber

java.lang.Object
  extended byorg.apache.jmeter.protocol.ftp.sampler.FtpClient.dataGrabber
All Implemented Interfaces:
Runnable
Enclosing class:
FtpClient

public class FtpClient.dataGrabber
extends Object
implements Runnable

Grabs the data from the dataport.

Version:
$Revision: 1.8 $ Last updated: $Date: 2004/02/11 23:59:31 $
Author:
mike Created August 31, 2001

Constructor Summary
FtpClient.dataGrabber(String host, int port)
          Constructor for the dataGrabber object.
 
Method Summary
 String getData()
          Gets the Data attribute of the dataGrabber object.
 boolean isDone()
          Gets the Done attribute of the dataGrabber object.
 boolean isPortCreated()
          Gets the PortCreated attribute of the dataGrabber object.
 void run()
          Main processing method for the dataGrabber object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpClient.dataGrabber

public FtpClient.dataGrabber(String host,
                             int port)
                      throws Exception
Constructor for the dataGrabber object.

Method Detail

isDone

public boolean isDone()
Gets the Done attribute of the dataGrabber object.

Returns:
the Done value

getData

public String getData()
Gets the Data attribute of the dataGrabber object.

Returns:
the Data value

isPortCreated

public boolean isPortCreated()
Gets the PortCreated attribute of the dataGrabber object.

Returns:
the PortCreated value

run

public void run()
Main processing method for the dataGrabber object.

Specified by:
run in interface Runnable

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.