Apache JMeter
1.9

org.apache.jmeter.control
Class OnceOnlyController

java.lang.Object
  |
  +--org.apache.jmeter.testelement.AbstractTestElement
        |
        +--org.apache.jmeter.control.GenericController
              |
              +--org.apache.jmeter.control.OnceOnlyController
All Implemented Interfaces:
Cloneable, Controller, LoopIterationListener, Serializable, TestElement

public class OnceOnlyController
extends GenericController
implements Serializable, LoopIterationListener

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

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

Nested Class Summary
static class OnceOnlyController.Test
           
 
Nested classes inherited from class org.apache.jmeter.control.GenericController
GenericController.Test
 
Field Summary
 
Fields inherited from class org.apache.jmeter.control.GenericController
current, iterationListeners, log, subControllersAndSamplers
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
OnceOnlyController()
          Constructor for the OnceOnlyController object
 
Method Summary
 void iterationStart(LoopIterationEvent event)
           
static void main(String[] args)
           
protected  Sampler nextIsNull()
           
static junit.framework.TestSuite suite()
           
 
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, reInitialize, removeCurrentElement, resetCurrent, resetIterCount, setCurrentElement, setDone, setFirst
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, 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
 
Methods inherited from interface org.apache.jmeter.testelement.TestElement
clear, clone, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, traverse
 

Constructor Detail

OnceOnlyController

public OnceOnlyController()
Constructor for the OnceOnlyController object

Method Detail

iterationStart

public void iterationStart(LoopIterationEvent event)
Specified by:
iterationStart in interface LoopIterationListener
See Also:
LoopIterationListener.iterationStart(org.apache.jmeter.engine.event.LoopIterationEvent)

nextIsNull

protected Sampler nextIsNull()
                      throws NextIsNullException
Overrides:
nextIsNull in class GenericController
NextIsNullException

main

public static void main(String[] args)

suite

public static junit.framework.TestSuite suite()

Apache JMeter
1.9

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