org.apache.jmeter.testelement

Class OnErrorTestElement

Implemented Interfaces:
Cloneable, Serializable, TestElement
Known Direct Subclasses:
ResultAction

public abstract class OnErrorTestElement
extends AbstractTestElement

Version:
$Revision: 768416 $

Field Summary

static String
ON_ERROR_ACTION
static int
ON_ERROR_CONTINUE
static int
ON_ERROR_STOPTEST
static int
ON_ERROR_STOPTEST_NOW
static int
ON_ERROR_STOPTHREAD

Fields inherited from interface org.apache.jmeter.testelement.TestElement

COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS

Constructor Summary

OnErrorTestElement()

Method Summary

int
getErrorAction()
boolean
isContinue()
boolean
isStopTest()
boolean
isStopTestNow()
boolean
isStopThread()
void
setErrorAction(int value)

Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty

Field Details

ON_ERROR_ACTION

public static final String ON_ERROR_ACTION

ON_ERROR_CONTINUE

public static final int ON_ERROR_CONTINUE
Field Value:
0

ON_ERROR_STOPTEST

public static final int ON_ERROR_STOPTEST
Field Value:
2

ON_ERROR_STOPTEST_NOW

public static final int ON_ERROR_STOPTEST_NOW
Field Value:
3

ON_ERROR_STOPTHREAD

public static final int ON_ERROR_STOPTHREAD
Field Value:
1

Constructor Details

OnErrorTestElement

protected OnErrorTestElement()

Method Details

getErrorAction

public int getErrorAction()

isContinue

public boolean isContinue()

isStopTest

public boolean isStopTest()

isStopTestNow

public boolean isStopTestNow()

isStopThread

public boolean isStopThread()

setErrorAction

public void setErrorAction(int value)

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