com.sun.javatest
Interface Parameters.TimeoutFactorParameters

All Known Subinterfaces:
Parameters.MutableTimeoutFactorParameters
All Known Implementing Classes:
BasicParameters, FileParameters, TimeoutFactorInterview
Enclosing interface:
Parameters

public static interface Parameters.TimeoutFactorParameters

An interface providing basic abstract access to an integer specifying a scale factor for the tstandard timeout used for each test.


Field Summary
static float MAX_TIMEOUT_FACTOR
          The highest permissable value for timeout factor.
static float MIN_TIMEOUT_FACTOR
          The lowest permissable value for timeout factor.
 
Method Summary
 float getTimeoutFactor()
          Get an integer specifying a scale factor to be applied to the standard timeout for the test.
 

Field Detail

MIN_TIMEOUT_FACTOR

static final float MIN_TIMEOUT_FACTOR
The lowest permissable value for timeout factor.

See Also:
Constant Field Values

MAX_TIMEOUT_FACTOR

static final float MAX_TIMEOUT_FACTOR
The highest permissable value for timeout factor.

See Also:
Constant Field Values
Method Detail

getTimeoutFactor

float getTimeoutFactor()
Get an integer specifying a scale factor to be applied to the standard timeout for the test.

Returns:
an integer specifying a scale factor to be applied to the standard timeout for each test.
See Also:
Parameters.getTimeoutFactor()


Copyright 1996-2009 Sun Microsystems, Inc. All Rights Reserved.