Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.protocol.ftp.sampler » [javadoc | source]
org.apache.jmeter.protocol.ftp.sampler
public class: FTPSampler [javadoc | source]
java.lang.Object
   org.apache.jmeter.testelement.AbstractTestElement
      org.apache.jmeter.samplers.AbstractSampler
         org.apache.jmeter.protocol.ftp.sampler.FTPSampler

All Implemented Interfaces:
    Interruptible, Sampler, TestElement, Serializable

A sampler which understands FTP file requests.
Field Summary
public static final  String SERVER     
public static final  String PORT     
public static final  String REMOTE_FILENAME     
public static final  String LOCAL_FILENAME     
public static final  String INPUT_DATA     
public static final  String BINARY_MODE     
public static final  String UPLOAD_FILE     
public static final  String SAVE_RESPONSE     
Constructor:
 public FTPSampler() 
Method from org.apache.jmeter.protocol.ftp.sampler.FTPSampler Summary:
getLabel,   getLocalFilename,   getPassword,   getPort,   getPortAsInt,   getRemoteFilename,   getServer,   getUsername,   interrupt,   isBinaryMode,   isSaveResponse,   isUpload,   sample,   setPort,   setServer
Methods from org.apache.jmeter.testelement.AbstractTestElement:
addProperty,   addTestElement,   canRemove,   clear,   clearTemporary,   clone,   emptyTemporary,   equals,   getName,   getProperty,   getPropertyAsBoolean,   getPropertyAsBoolean,   getPropertyAsDouble,   getPropertyAsFloat,   getPropertyAsInt,   getPropertyAsLong,   getPropertyAsString,   getThreadContext,   getThreadName,   isEnabled,   isRunningVersion,   isTemporary,   logProperties,   mergeIn,   nextIsNull,   propertyIterator,   recoverRunningVersion,   removeProperty,   setName,   setProperty,   setProperty,   setRunningVersion,   setTemporary,   setThreadContext,   setThreadName,   threadFinished,   threadStarted,   traverse,   traverseCollection,   traverseMap,   traverseProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.protocol.ftp.sampler.FTPSampler Detail:
 public String getLabel() 
    Returns a formatted string label describing this sampler Example output: ftp://ftp.nowhere.com/pub/README.txt
 public String getLocalFilename() 
 public String getPassword() 
 public String getPort() 
 public int getPortAsInt() 
 public String getRemoteFilename() 
 public String getServer() 
 public String getUsername() 
 public boolean interrupt() 
    {@inheritDoc}
 public boolean isBinaryMode() 
 public boolean isSaveResponse() 
 public boolean isUpload() 
 public SampleResult sample(Entry e) 
 public  void setPort(String newPort) 
 public  void setServer(String newServer)