Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.tcp.config
Class TCPConfig

java.lang.Object
  extended byorg.apache.jmeter.testelement.AbstractTestElement
      extended byorg.apache.jmeter.config.ConfigTestElement
          extended byorg.apache.jmeter.protocol.tcp.config.TCPConfig
All Implemented Interfaces:
Cloneable, Serializable, TestElement

public class TCPConfig
extends ConfigTestElement
implements Serializable

Version:
$Revision: 1.3 $ $Date: 2004/03/30 18:08:09 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jmeter.config.ConfigTestElement
PASSWORD, USERNAME
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
TCPConfig()
           
 
Method Summary
 String getFilename()
           
 String getLabel()
          Returns a formatted string label describing this sampler Example output: Tcp://Tcp.nowhere.com:port
 int getPort()
           
 String getServer()
           
 void setFilename(String newFilename)
           
 void setPort(String newPort)
           
 void setServer(String newServer)
           
 
Methods inherited from class org.apache.jmeter.config.ConfigTestElement
addTestElement
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPConfig

public TCPConfig()
Method Detail

setServer

public void setServer(String newServer)

getServer

public String getServer()

setPort

public void setPort(String newPort)

getPort

public int getPort()

setFilename

public void setFilename(String newFilename)

getFilename

public String getFilename()

getLabel

public String getLabel()
Returns a formatted string label describing this sampler Example output: Tcp://Tcp.nowhere.com:port

Returns:
a formatted string label describing this sampler

Apache JMeter
2.0.1.20050615

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