Apache JMeter
1.9

org.apache.jmeter.reporters
Class AbstractListenerElement

java.lang.Object
  |
  +--org.apache.jmeter.testelement.AbstractTestElement
        |
        +--org.apache.jmeter.reporters.AbstractListenerElement
All Implemented Interfaces:
Cloneable, Serializable, TestElement
Direct Known Subclasses:
ResultCollector

public abstract class AbstractListenerElement
extends AbstractTestElement

Title: JMeter Description: Copyright: Copyright (c) 2000 Company: Apache

Version:
1.0
Author:
Michael Stover
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jmeter.testelement.AbstractTestElement
log
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
AbstractListenerElement()
           
 
Method Summary
 Object clone()
           
protected  Visualizer getVisualizer()
           
 void setListener(Visualizer vis)
           
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, addTestElement, clear, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListenerElement

public AbstractListenerElement()
Method Detail

getVisualizer

protected Visualizer getVisualizer()

setListener

public void setListener(Visualizer vis)

clone

public Object clone()
Specified by:
clone in interface TestElement
Overrides:
clone in class AbstractTestElement

Apache JMeter
1.9

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