org.apache.jmeter.protocol.http.control
Class HttpMirrorControl
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.control.GenericController
org.apache.jmeter.protocol.http.control.HttpMirrorControl
- All Implemented Interfaces:
- Cloneable, Controller, Serializable, TestElement
- public class HttpMirrorControl
- extends GenericController
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.control.GenericController |
addIterationListener, addTestElement, currentReturnedNull, fireIterationStart, fireIterEvents, getCurrentElement, getIterCount, getSubControllers, incrementCurrent, incrementIterCount, initialize, isDone, isFirst, next, nextIsAController, nextIsASampler, nextIsNull, reInitialize, removeCurrentElement, resetCurrent, resetIterCount, setCurrentElement, setDone, setFirst |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from interface org.apache.jmeter.testelement.TestElement |
clear, clone, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse |
DEFAULT_PORT_S
public static final String DEFAULT_PORT_S
PORT
public static final String PORT
- See Also:
- Constant Field Values
HttpMirrorControl
public HttpMirrorControl()
HttpMirrorControl
public HttpMirrorControl(int port)
setPort
public void setPort(int port)
setPort
public void setPort(String port)
getClassLabel
public String getClassLabel()
getPort
public int getPort()
getPortString
public String getPortString()
getDefaultPort
public int getDefaultPort()
getGuiClass
public Class getGuiClass()
addConfigElement
public void addConfigElement(ConfigElement config)
startHttpMirror
public void startHttpMirror()
stopHttpMirror
public void stopHttpMirror()
canRemove
public boolean canRemove()
- Description copied from interface:
TestElement
- Called by Remove to determine if it is safe to remove the element. The
element can either clean itself up, and return true, or the element can
return false.
- Specified by:
canRemove
in interface TestElement
- Overrides:
canRemove
in class AbstractTestElement
isServerAlive
public boolean isServerAlive()
Copyright © 1998-2007 Apache Software Foundation. All Rights Reserved.