Apache JMeter
1.9

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

java.lang.Object
  |
  +--org.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

Author:
mike

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

Parameters:
host - Description of Parameter
port - Description of Parameter
Throws:
Exception - Description of Exception
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
1.9

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