|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.interview.Interview
com.sun.javatest.interview.TimeoutFactorInterview
public class TimeoutFactorInterview
This interview collects the timeout factor parameter. It is normally used as one of a series of sub-interviews that collect the parameter information for a test run.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.interview.Interview |
---|
Interview.BadHelpFault, Interview.Fault, Interview.HelpNotFoundFault, Interview.NotOnPathFault, Interview.Observer |
Field Summary |
---|
Fields inherited from class com.sun.interview.Interview |
---|
CHECKSUM, EXPORT_IGNORE_ALL_EXCEPTIONS, EXPORT_IGNORE_NO_EXCEPTIONS, EXPORT_IGNORE_RUNTIME_EXCEPTIONS, EXTERNAL_PREF, INTERVIEW, LOCALE, MARKERS, MARKERS_PREF, QUESTION, SEMANTIC_MAX_VERSION, SEMANTIC_PRE_32, SEMANTIC_VERSION_32, SEMANTIC_VERSION_43, TEMPLATE_PREF |
Fields inherited from interface com.sun.javatest.Parameters.TimeoutFactorParameters |
---|
MAX_TIMEOUT_FACTOR, MIN_TIMEOUT_FACTOR |
Constructor Summary | |
---|---|
TimeoutFactorInterview(InterviewParameters parent)
Create an interview. |
Method Summary | |
---|---|
float |
getTimeoutFactor()
Get the value for the timeout factor from the interview. |
void |
setTimeoutFactor(float t)
Set the value of the timeout factor in the interview. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeoutFactorInterview(InterviewParameters parent) throws Interview.Fault
parent
- The parent interview of which this is a child.
Interview.Fault
- if there is a problem while creating the interview.Method Detail |
---|
public float getTimeoutFactor()
getTimeoutFactor
in interface Parameters.TimeoutFactorParameters
setTimeoutFactor(float)
public void setTimeoutFactor(float t)
setTimeoutFactor
in interface Parameters.MutableTimeoutFactorParameters
t
- The desired value for the timeout factor.getTimeoutFactor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |